Documentation
¶
Index ¶
- type SubscribedSkusRequestBuilder
- func (m *SubscribedSkusRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *SubscribedSkusRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *SubscribedSkusRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *SubscribedSkusRequestBuilder) Post(ctx context.Context, ...) (...)
- type SubscribedSkusRequestBuilderGetQueryParameters
- type SubscribedSkusRequestBuilderGetRequestConfiguration
- type SubscribedSkusRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscribedSkusRequestBuilder ¶
type SubscribedSkusRequestBuilder struct {
// contains filtered or unexported fields
}
SubscribedSkusRequestBuilder provides operations to manage the collection of subscribedSku entities.
func NewSubscribedSkusRequestBuilder ¶
func NewSubscribedSkusRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubscribedSkusRequestBuilder
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) CreateGetRequestInformation ¶
func (m *SubscribedSkusRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *SubscribedSkusRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation 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) CreatePostRequestInformation ¶
func (m *SubscribedSkusRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubscribedSkuable, requestConfiguration *SubscribedSkusRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add new entity to subscribedSkus
func (*SubscribedSkusRequestBuilder) Get ¶
func (m *SubscribedSkusRequestBuilder) Get(ctx context.Context, requestConfiguration *SubscribedSkusRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubscribedSkuCollectionResponseable, error)
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.
func (*SubscribedSkusRequestBuilder) Post ¶
func (m *SubscribedSkusRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubscribedSkuable, requestConfiguration *SubscribedSkusRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubscribedSkuable, error)
Post 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 map[string]string
// 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 map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
SubscribedSkusRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.