Class MicrosoftGraphProvisionedPlan
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProvisionedPlan
-
public final class MicrosoftGraphProvisionedPlan extends Object
provisionedPlan.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphProvisionedPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: provisionedPlan.String
capabilityStatus()
Get the capabilityStatus property: For example, 'Enabled'.String
provisioningStatus()
Get the provisioningStatus property: For example, 'Success'.String
service()
Get the service property: The name of the service; for example, 'AccessControlS2S'.void
validate()
Validates the instance.MicrosoftGraphProvisionedPlan
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: provisionedPlan.MicrosoftGraphProvisionedPlan
withCapabilityStatus(String capabilityStatus)
Set the capabilityStatus property: For example, 'Enabled'.MicrosoftGraphProvisionedPlan
withProvisioningStatus(String provisioningStatus)
Set the provisioningStatus property: For example, 'Success'.MicrosoftGraphProvisionedPlan
withService(String service)
Set the service property: The name of the service; for example, 'AccessControlS2S'.
-
-
-
Method Detail
-
capabilityStatus
public String capabilityStatus()
Get the capabilityStatus property: For example, 'Enabled'.- Returns:
- the capabilityStatus value.
-
withCapabilityStatus
public MicrosoftGraphProvisionedPlan withCapabilityStatus(String capabilityStatus)
Set the capabilityStatus property: For example, 'Enabled'.- Parameters:
capabilityStatus
- the capabilityStatus value to set.- Returns:
- the MicrosoftGraphProvisionedPlan object itself.
-
provisioningStatus
public String provisioningStatus()
Get the provisioningStatus property: For example, 'Success'.- Returns:
- the provisioningStatus value.
-
withProvisioningStatus
public MicrosoftGraphProvisionedPlan withProvisioningStatus(String provisioningStatus)
Set the provisioningStatus property: For example, 'Success'.- Parameters:
provisioningStatus
- the provisioningStatus value to set.- Returns:
- the MicrosoftGraphProvisionedPlan object itself.
-
service
public String service()
Get the service property: The name of the service; for example, 'AccessControlS2S'.- Returns:
- the service value.
-
withService
public MicrosoftGraphProvisionedPlan withService(String service)
Set the service property: The name of the service; for example, 'AccessControlS2S'.- Parameters:
service
- the service value to set.- Returns:
- the MicrosoftGraphProvisionedPlan object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: provisionedPlan.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphProvisionedPlan withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: provisionedPlan.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphProvisionedPlan object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-