Documentation ¶
Index ¶
- func CreateAssignLicensePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AssignLicensePostRequestBody
- func (m *AssignLicensePostRequestBody) GetAddLicenses() ...
- func (m *AssignLicensePostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *AssignLicensePostRequestBody) GetFieldDeserializers() ...
- func (m *AssignLicensePostRequestBody) GetRemoveLicenses() []string
- func (m *AssignLicensePostRequestBody) Serialize(...) error
- func (m *AssignLicensePostRequestBody) SetAddLicenses(...)
- func (m *AssignLicensePostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *AssignLicensePostRequestBody) SetRemoveLicenses(value []string)
- type AssignLicensePostRequestBodyable
- type AssignLicenseRequestBuilder
- func (m *AssignLicenseRequestBuilder) CreatePostRequestInformation(ctx context.Context, body AssignLicensePostRequestBodyable, ...) (...)
- func (m *AssignLicenseRequestBuilder) Post(ctx context.Context, body AssignLicensePostRequestBodyable, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, ...)
- type AssignLicenseRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAssignLicensePostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateAssignLicensePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAssignLicensePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type AssignLicensePostRequestBody ¶ added in v0.24.0
type AssignLicensePostRequestBody struct {
// contains filtered or unexported fields
}
AssignLicensePostRequestBody provides operations to call the assignLicense method.
func NewAssignLicensePostRequestBody ¶ added in v0.24.0
func NewAssignLicensePostRequestBody() *AssignLicensePostRequestBody
NewAssignLicensePostRequestBody instantiates a new assignLicensePostRequestBody and sets the default values.
func (*AssignLicensePostRequestBody) GetAddLicenses ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) GetAddLicenses() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable
GetAddLicenses gets the addLicenses property value. The addLicenses property
func (*AssignLicensePostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) GetAdditionalData() map[string]interface{}
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 (*AssignLicensePostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*AssignLicensePostRequestBody) GetRemoveLicenses ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) GetRemoveLicenses() []string
GetRemoveLicenses gets the removeLicenses property value. The removeLicenses property
func (*AssignLicensePostRequestBody) Serialize ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*AssignLicensePostRequestBody) SetAddLicenses ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) SetAddLicenses(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable)
SetAddLicenses sets the addLicenses property value. The addLicenses property
func (*AssignLicensePostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) SetAdditionalData(value map[string]interface{})
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 (*AssignLicensePostRequestBody) SetRemoveLicenses ¶ added in v0.24.0
func (m *AssignLicensePostRequestBody) SetRemoveLicenses(value []string)
SetRemoveLicenses sets the removeLicenses property value. The removeLicenses property
type AssignLicensePostRequestBodyable ¶ added in v0.24.0
type AssignLicensePostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetAddLicenses() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable GetRemoveLicenses() []string SetAddLicenses(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable) SetRemoveLicenses(value []string) }
AssignLicensePostRequestBodyable
type AssignLicenseRequestBuilder ¶
type AssignLicenseRequestBuilder struct {
// contains filtered or unexported fields
}
AssignLicenseRequestBuilder provides operations to call the assignLicense method.
func NewAssignLicenseRequestBuilder ¶
func NewAssignLicenseRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignLicenseRequestBuilder
NewAssignLicenseRequestBuilder instantiates a new AssignLicenseRequestBuilder and sets the default values.
func NewAssignLicenseRequestBuilderInternal ¶
func NewAssignLicenseRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignLicenseRequestBuilder
NewAssignLicenseRequestBuilderInternal instantiates a new AssignLicenseRequestBuilder and sets the default values.
func (*AssignLicenseRequestBuilder) CreatePostRequestInformation ¶
func (m *AssignLicenseRequestBuilder) CreatePostRequestInformation(ctx context.Context, body AssignLicensePostRequestBodyable, requestConfiguration *AssignLicenseRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. To get the subscriptions available in the directory, perform a GET subscribedSkus request.
func (*AssignLicenseRequestBuilder) Post ¶
func (m *AssignLicenseRequestBuilder) Post(ctx context.Context, body AssignLicensePostRequestBodyable, requestConfiguration *AssignLicenseRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, error)
Post add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. To get the subscriptions available in the directory, perform a GET subscribedSkus request.
type AssignLicenseRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type AssignLicenseRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AssignLicenseRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.