applicationtemplates

package
v0.64.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateItemInstantiatePostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemInstantiatePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type ApplicationTemplateItemRequestBuilder added in v0.49.0

type ApplicationTemplateItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ApplicationTemplateItemRequestBuilder provides operations to manage the collection of applicationTemplate entities.

func NewApplicationTemplateItemRequestBuilder added in v0.49.0

NewApplicationTemplateItemRequestBuilder instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func NewApplicationTemplateItemRequestBuilderInternal added in v0.49.0

func NewApplicationTemplateItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationTemplateItemRequestBuilder

NewApplicationTemplateItemRequestBuilderInternal instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func (*ApplicationTemplateItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties of an applicationTemplate object. Find more info here

func (*ApplicationTemplateItemRequestBuilder) Instantiate added in v0.49.0

Instantiate provides operations to call the instantiate method.

func (*ApplicationTemplateItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties of an applicationTemplate object.

type ApplicationTemplateItemRequestBuilderGetQueryParameters added in v0.49.0

type ApplicationTemplateItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ApplicationTemplateItemRequestBuilderGetQueryParameters retrieve the properties of an applicationTemplate object.

type ApplicationTemplateItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ApplicationTemplateItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApplicationTemplateItemRequestBuilderGetQueryParameters
}

ApplicationTemplateItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApplicationTemplatesRequestBuilder

ApplicationTemplatesRequestBuilder provides operations to manage the collection of applicationTemplate entities.

func NewApplicationTemplatesRequestBuilder

NewApplicationTemplatesRequestBuilder instantiates a new ApplicationTemplatesRequestBuilder and sets the default values.

func NewApplicationTemplatesRequestBuilderInternal

func NewApplicationTemplatesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationTemplatesRequestBuilder

NewApplicationTemplatesRequestBuilderInternal instantiates a new ApplicationTemplatesRequestBuilder and sets the default values.

func (*ApplicationTemplatesRequestBuilder) ByApplicationTemplateId added in v0.63.0

func (m *ApplicationTemplatesRequestBuilder) ByApplicationTemplateId(applicationTemplateId string) *ApplicationTemplateItemRequestBuilder

ByApplicationTemplateId provides operations to manage the collection of applicationTemplate entities.

func (*ApplicationTemplatesRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*ApplicationTemplatesRequestBuilder) Get

Get retrieve a list of applicationTemplate objects from the Azure AD application gallery. Find more info here

func (*ApplicationTemplatesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of applicationTemplate objects from the Azure AD application gallery.

type ApplicationTemplatesRequestBuilderGetQueryParameters

type ApplicationTemplatesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ApplicationTemplatesRequestBuilderGetQueryParameters retrieve a list of applicationTemplate objects from the Azure AD application gallery.

type ApplicationTemplatesRequestBuilderGetRequestConfiguration added in v0.22.0

type ApplicationTemplatesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApplicationTemplatesRequestBuilderGetQueryParameters
}

ApplicationTemplatesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CountRequestBuilder added in v0.49.0

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters added in v0.53.0

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemInstantiatePostRequestBody added in v0.49.0

type ItemInstantiatePostRequestBody struct {
	// contains filtered or unexported fields
}

ItemInstantiatePostRequestBody

func NewItemInstantiatePostRequestBody added in v0.49.0

func NewItemInstantiatePostRequestBody() *ItemInstantiatePostRequestBody

NewItemInstantiatePostRequestBody instantiates a new ItemInstantiatePostRequestBody and sets the default values.

func (*ItemInstantiatePostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemInstantiatePostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemInstantiatePostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemInstantiatePostRequestBody) GetDisplayName added in v0.49.0

func (m *ItemInstantiatePostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property

func (*ItemInstantiatePostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemInstantiatePostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemInstantiatePostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemInstantiatePostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemInstantiatePostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemInstantiatePostRequestBody) SetDisplayName added in v0.49.0

func (m *ItemInstantiatePostRequestBody) SetDisplayName(value *string)

SetDisplayName sets the displayName property value. The displayName property

type ItemInstantiateRequestBuilder added in v0.49.0

ItemInstantiateRequestBuilder provides operations to call the instantiate method.

func NewItemInstantiateRequestBuilder added in v0.49.0

NewItemInstantiateRequestBuilder instantiates a new InstantiateRequestBuilder and sets the default values.

func NewItemInstantiateRequestBuilderInternal added in v0.49.0

func NewItemInstantiateRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemInstantiateRequestBuilder

NewItemInstantiateRequestBuilderInternal instantiates a new InstantiateRequestBuilder and sets the default values.

func (*ItemInstantiateRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action instantiate

type ItemInstantiateRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemInstantiateRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemInstantiateRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL