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.StringcapabilityStatus()Get the capabilityStatus property: For example, 'Enabled'.StringprovisioningStatus()Get the provisioningStatus property: For example, 'Success'.Stringservice()Get the service property: The name of the service; for example, 'AccessControlS2S'.voidvalidate()Validates the instance.MicrosoftGraphProvisionedPlanwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: provisionedPlan.MicrosoftGraphProvisionedPlanwithCapabilityStatus(String capabilityStatus)Set the capabilityStatus property: For example, 'Enabled'.MicrosoftGraphProvisionedPlanwithProvisioningStatus(String provisioningStatus)Set the provisioningStatus property: For example, 'Success'.MicrosoftGraphProvisionedPlanwithService(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.
-
-