Class MicrosoftGraphProvisionedPlan
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProvisionedPlan
provisionedPlan.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphProvisionedPlan class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: provisionedPlan.Get the capabilityStatus property: For example, 'Enabled'.Get the provisioningStatus property: For example, 'Success'.service()Get the service property: The name of the service; for example, 'AccessControlS2S'.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: provisionedPlan.withCapabilityStatus(String capabilityStatus) Set the capabilityStatus property: For example, 'Enabled'.withProvisioningStatus(String provisioningStatus) Set the provisioningStatus property: For example, 'Success'.withService(String service) Set the service property: The name of the service; for example, 'AccessControlS2S'.
-
Constructor Details
-
MicrosoftGraphProvisionedPlan
public MicrosoftGraphProvisionedPlan()Creates an instance of MicrosoftGraphProvisionedPlan class.
-
-
Method Details
-
capabilityStatus
Get the capabilityStatus property: For example, 'Enabled'.- Returns:
- the capabilityStatus value.
-
withCapabilityStatus
Set the capabilityStatus property: For example, 'Enabled'.- Parameters:
capabilityStatus- the capabilityStatus value to set.- Returns:
- the MicrosoftGraphProvisionedPlan object itself.
-
provisioningStatus
Get the provisioningStatus property: For example, 'Success'.- Returns:
- the provisioningStatus value.
-
withProvisioningStatus
Set the provisioningStatus property: For example, 'Success'.- Parameters:
provisioningStatus- the provisioningStatus value to set.- Returns:
- the MicrosoftGraphProvisionedPlan object itself.
-
service
Get the service property: The name of the service; for example, 'AccessControlS2S'.- Returns:
- the service value.
-
withService
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
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.
-