MicrosoftGraphAssignedLicense Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLicense

public final class MicrosoftGraphAssignedLicense

assignedLicense.

Constructor Summary

Constructor Description
MicrosoftGraphAssignedLicense()

Creates an instance of MicrosoftGraphAssignedLicense class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: assignedLicense.

List<UUID> disabledPlans()

Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.

UUID skuId()

Get the skuId property: The unique identifier for the SKU.

void validate()

Validates the instance.

MicrosoftGraphAssignedLicense withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: assignedLicense.

MicrosoftGraphAssignedLicense withDisabledPlans(List<UUID> disabledPlans)

Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.

MicrosoftGraphAssignedLicense withSkuId(UUID skuId)

Set the skuId property: The unique identifier for the SKU.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphAssignedLicense

public MicrosoftGraphAssignedLicense()

Creates an instance of MicrosoftGraphAssignedLicense class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: assignedLicense.

Returns:

the additionalProperties value.

disabledPlans

public List disabledPlans()

Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.

Returns:

the disabledPlans value.

skuId

public UUID skuId()

Get the skuId property: The unique identifier for the SKU.

Returns:

the skuId value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphAssignedLicense withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: assignedLicense.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphAssignedLicense object itself.

withDisabledPlans

public MicrosoftGraphAssignedLicense withDisabledPlans(List disabledPlans)

Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.

Parameters:

disabledPlans - the disabledPlans value to set.

Returns:

the MicrosoftGraphAssignedLicense object itself.

withSkuId

public MicrosoftGraphAssignedLicense withSkuId(UUID skuId)

Set the skuId property: The unique identifier for the SKU.

Parameters:

skuId - the skuId value to set.

Returns:

the MicrosoftGraphAssignedLicense object itself.

Applies to