applicationtemplates

package
v0.0.0-...-ad17228 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateItemInstantiatePostRequestBodyFromDiscriminatorValue

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

Types

type ApplicationTemplateItemRequestBuilder

type ApplicationTemplateItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ApplicationTemplateItemRequestBuilder provides operations to manage the collection of applicationTemplate entities.

func NewApplicationTemplateItemRequestBuilder

NewApplicationTemplateItemRequestBuilder instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func NewApplicationTemplateItemRequestBuilderInternal

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

NewApplicationTemplateItemRequestBuilderInternal instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func (*ApplicationTemplateItemRequestBuilder) Get

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

func (*ApplicationTemplateItemRequestBuilder) Instantiate

Instantiate provides operations to call the instantiate method.

func (*ApplicationTemplateItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation retrieve the properties of an applicationTemplate object.

type ApplicationTemplateItemRequestBuilderGetQueryParameters

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

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

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

ByApplicationTemplateId provides operations to manage the collection of applicationTemplate entities.

func (*ApplicationTemplatesRequestBuilder) Count

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

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

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

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters

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

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

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

ItemInstantiatePostRequestBody

func NewItemInstantiatePostRequestBody

func NewItemInstantiatePostRequestBody() *ItemInstantiatePostRequestBody

NewItemInstantiatePostRequestBody instantiates a new ItemInstantiatePostRequestBody and sets the default values.

func (*ItemInstantiatePostRequestBody) GetAdditionalData

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

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemInstantiatePostRequestBody) GetDisplayName

func (m *ItemInstantiatePostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property

func (*ItemInstantiatePostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemInstantiatePostRequestBody) Serialize

Serialize serializes information the current object

func (*ItemInstantiatePostRequestBody) SetAdditionalData

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

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemInstantiatePostRequestBody) SetDisplayName

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

SetDisplayName sets the displayName property value. The displayName property

type ItemInstantiateRequestBuilder

ItemInstantiateRequestBuilder provides operations to call the instantiate method.

func NewItemInstantiateRequestBuilder

NewItemInstantiateRequestBuilder instantiates a new InstantiateRequestBuilder and sets the default values.

func NewItemInstantiateRequestBuilderInternal

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

NewItemInstantiateRequestBuilderInternal instantiates a new InstantiateRequestBuilder and sets the default values.

func (*ItemInstantiateRequestBuilder) Post

Post add an instance of an application from the Azure AD application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the **applicationTemplate** object: `8adf8e6e-67b2-4cf2-a259-e3dc5476c621`. Find more info here

func (*ItemInstantiateRequestBuilder) ToPostRequestInformation

ToPostRequestInformation add an instance of an application from the Azure AD application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the **applicationTemplate** object: `8adf8e6e-67b2-4cf2-a259-e3dc5476c621`.

type ItemInstantiateRequestBuilderPostRequestConfiguration

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