你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphAssignedPlan Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAssignedPlan
- com.
Implements
public final class MicrosoftGraphAssignedPlan
implements JsonSerializable<MicrosoftGraphAssignedPlan>
assignedPlan.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphAssignedPlan() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
assignedDateTime()
Get the assigned |
String |
capabilityStatus()
Get the capability |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
service()
Get the service property: The name of the service; for example, 'Exchange'. |
UUID |
servicePlanId()
Get the service |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAssignedDateTime(OffsetDateTime assignedDateTime)
Set the assigned |
Microsoft |
withCapabilityStatus(String capabilityStatus)
Set the capability |
Microsoft |
withService(String service)
Set the service property: The name of the service; for example, 'Exchange'. |
Microsoft |
withServicePlanId(UUID servicePlanId)
Set the service |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAssignedPlan
public MicrosoftGraphAssignedPlan()
Creates an instance of MicrosoftGraphAssignedPlan class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: assignedPlan.
Returns:
assignedDateTime
public OffsetDateTime assignedDateTime()
Get the assignedDateTime property: The assignedDateTime property.
Returns:
capabilityStatus
public String capabilityStatus()
Get the capabilityStatus property: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.
Returns:
fromJson
public static MicrosoftGraphAssignedPlan fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAssignedPlan from the JsonReader.
Parameters:
Returns:
Throws:
service
public String service()
Get the service property: The name of the service; for example, 'Exchange'.
Returns:
servicePlanId
public UUID servicePlanId()
Get the servicePlanId property: A GUID that identifies the service plan.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphAssignedPlan withAdditionalProperties(Map
Set the additionalProperties property: assignedPlan.
Parameters:
Returns:
withAssignedDateTime
public MicrosoftGraphAssignedPlan withAssignedDateTime(OffsetDateTime assignedDateTime)
Set the assignedDateTime property: The assignedDateTime property.
Parameters:
Returns:
withCapabilityStatus
public MicrosoftGraphAssignedPlan withCapabilityStatus(String capabilityStatus)
Set the capabilityStatus property: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.
Parameters:
Returns:
withService
public MicrosoftGraphAssignedPlan withService(String service)
Set the service property: The name of the service; for example, 'Exchange'.
Parameters:
Returns:
withServicePlanId
public MicrosoftGraphAssignedPlan withServicePlanId(UUID servicePlanId)
Set the servicePlanId property: A GUID that identifies the service plan.
Parameters:
Returns: