MicrosoftGraphAssignedLicense Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAssignedLicense
- com.
Implements
public final class MicrosoftGraphAssignedLicense
implements JsonSerializable<MicrosoftGraphAssignedLicense>
Represents an assigned license.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphAssignedLicense() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| List<UUID> |
disabledPlans()
Get the disabled |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| UUID |
skuId()
Get the sku |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withDisabledPlans(List<UUID> disabledPlans)
Set the disabled |
|
Microsoft |
withSkuId(UUID skuId)
Set the sku |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAssignedLicense
public MicrosoftGraphAssignedLicense()
Creates an instance of MicrosoftGraphAssignedLicense class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: assignedLicense.
Returns:
disabledPlans
public List<UUID> disabledPlans()
Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.
Returns:
fromJson
public static MicrosoftGraphAssignedLicense fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAssignedLicense from the JsonReader.
Parameters:
Returns:
Throws:
skuId
public UUID skuId()
Get the skuId property: The unique identifier for the SKU.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphAssignedLicense withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: assignedLicense.
Parameters:
Returns:
withDisabledPlans
public MicrosoftGraphAssignedLicense withDisabledPlans(List<UUID> disabledPlans)
Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.
Parameters:
Returns:
withSkuId
public MicrosoftGraphAssignedLicense withSkuId(UUID skuId)
Set the skuId property: The unique identifier for the SKU.
Parameters:
Returns: