subscribedskus

package
v0.54.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SubscribedSkuItemRequestBuilder added in v0.49.0

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

SubscribedSkuItemRequestBuilder provides operations to manage the collection of subscribedSku entities.

func NewSubscribedSkuItemRequestBuilder added in v0.49.0

NewSubscribedSkuItemRequestBuilder instantiates a new SubscribedSkuItemRequestBuilder and sets the default values.

func NewSubscribedSkuItemRequestBuilderInternal added in v0.49.0

func NewSubscribedSkuItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubscribedSkuItemRequestBuilder

NewSubscribedSkuItemRequestBuilderInternal instantiates a new SubscribedSkuItemRequestBuilder and sets the default values.

func (*SubscribedSkuItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from subscribedSkus

func (*SubscribedSkuItemRequestBuilder) Get added in v0.49.0

Get get a specific commercial subscription that an organization has acquired. Find more info here

func (*SubscribedSkuItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from subscribedSkus

func (*SubscribedSkuItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a specific commercial subscription that an organization has acquired.

func (*SubscribedSkuItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in subscribedSkus

type SubscribedSkuItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type SubscribedSkuItemRequestBuilderGetQueryParameters added in v0.49.0

type SubscribedSkuItemRequestBuilderGetQueryParameters struct {
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubscribedSkuItemRequestBuilderGetQueryParameters get a specific commercial subscription that an organization has acquired.

type SubscribedSkuItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type SubscribedSkuItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type SubscribedSkusRequestBuilder

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

SubscribedSkusRequestBuilder provides operations to manage the collection of subscribedSku entities.

func NewSubscribedSkusRequestBuilder

NewSubscribedSkusRequestBuilder instantiates a new SubscribedSkusRequestBuilder and sets the default values.

func NewSubscribedSkusRequestBuilderInternal

func NewSubscribedSkusRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubscribedSkusRequestBuilder

NewSubscribedSkusRequestBuilderInternal instantiates a new SubscribedSkusRequestBuilder and sets the default values.

func (*SubscribedSkusRequestBuilder) Get

Get get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Azure portal or the Microsoft 365 admin center against their Microsoft Graph **skuId** and **skuPartNumber** properties, see Product names and service plan identifiers for licensing. Find more info here

func (*SubscribedSkusRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Azure portal or the Microsoft 365 admin center against their Microsoft Graph **skuId** and **skuPartNumber** properties, see Product names and service plan identifiers for licensing.

func (*SubscribedSkusRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation add new entity to subscribedSkus

type SubscribedSkusRequestBuilderGetQueryParameters

type SubscribedSkusRequestBuilderGetQueryParameters struct {
	// 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"`
}

SubscribedSkusRequestBuilderGetQueryParameters get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Azure portal or the Microsoft 365 admin center against their Microsoft Graph **skuId** and **skuPartNumber** properties, see Product names and service plan identifiers for licensing.

type SubscribedSkusRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type SubscribedSkusRequestBuilderPostRequestConfiguration added in v0.22.0

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

SubscribedSkusRequestBuilderPostRequestConfiguration 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