Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type ApplicationTemplateClient struct + Client *msgraph.Client + func NewApplicationTemplateClientWithBaseURI(sdkApi sdkEnv.Api) (*ApplicationTemplateClient, error) + func (c ApplicationTemplateClient) GetApplicationTemplate(ctx context.Context, id stable.ApplicationTemplateId, ...) (result GetApplicationTemplateOperationResponse, err error) + func (c ApplicationTemplateClient) GetsCount(ctx context.Context, options GetsCountOperationOptions) (result GetsCountOperationResponse, err error) + func (c ApplicationTemplateClient) Instantiate(ctx context.Context, id stable.ApplicationTemplateId, input InstantiateRequest, ...) (result InstantiateOperationResponse, err error) + func (c ApplicationTemplateClient) ListApplicationTemplates(ctx context.Context, options ListApplicationTemplatesOperationOptions) (result ListApplicationTemplatesOperationResponse, err error) + func (c ApplicationTemplateClient) ListApplicationTemplatesComplete(ctx context.Context, options ListApplicationTemplatesOperationOptions) (ListApplicationTemplatesCompleteResult, error) + func (c ApplicationTemplateClient) ListApplicationTemplatesCompleteMatchingPredicate(ctx context.Context, options ListApplicationTemplatesOperationOptions, ...) (result ListApplicationTemplatesCompleteResult, err error) + type ApplicationTemplateOperationPredicate struct + func (p ApplicationTemplateOperationPredicate) Matches(input stable.ApplicationTemplate) bool + type GetApplicationTemplateOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetApplicationTemplateOperationOptions() GetApplicationTemplateOperationOptions + func (o GetApplicationTemplateOperationOptions) ToHeaders() *client.Headers + func (o GetApplicationTemplateOperationOptions) ToOData() *odata.Query + func (o GetApplicationTemplateOperationOptions) ToQuery() *client.QueryParams + type GetApplicationTemplateOperationResponse struct + HttpResponse *http.Response + Model *stable.ApplicationTemplate + OData *odata.OData + type GetsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetsCountOperationOptions() GetsCountOperationOptions + func (o GetsCountOperationOptions) ToHeaders() *client.Headers + func (o GetsCountOperationOptions) ToOData() *odata.Query + func (o GetsCountOperationOptions) ToQuery() *client.QueryParams + type GetsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type InstantiateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultInstantiateOperationOptions() InstantiateOperationOptions + func (o InstantiateOperationOptions) ToHeaders() *client.Headers + func (o InstantiateOperationOptions) ToOData() *odata.Query + func (o InstantiateOperationOptions) ToQuery() *client.QueryParams + type InstantiateOperationResponse struct + HttpResponse *http.Response + Model *stable.ApplicationServicePrincipal + OData *odata.OData + type InstantiateRequest struct + DisplayName nullable.Type[string] + type ListApplicationTemplatesCompleteResult struct + Items []stable.ApplicationTemplate + LatestHttpResponse *http.Response + type ListApplicationTemplatesCustomPager struct + NextLink *odata.Link + func (p *ListApplicationTemplatesCustomPager) NextPageLink() *odata.Link + type ListApplicationTemplatesOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListApplicationTemplatesOperationOptions() ListApplicationTemplatesOperationOptions + func (o ListApplicationTemplatesOperationOptions) ToHeaders() *client.Headers + func (o ListApplicationTemplatesOperationOptions) ToOData() *odata.Query + func (o ListApplicationTemplatesOperationOptions) ToQuery() *client.QueryParams + type ListApplicationTemplatesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ApplicationTemplate + OData *odata.OData