Class MicrosoftGraphProvisionedPlan

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProvisionedPlan

public final class MicrosoftGraphProvisionedPlan extends Object
provisionedPlan.
  • Constructor Details

    • MicrosoftGraphProvisionedPlan

      public MicrosoftGraphProvisionedPlan()
      Creates an instance of MicrosoftGraphProvisionedPlan class.
  • Method Details

    • 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.