Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProvisionedPlan
-
Packages that use MicrosoftGraphProvisionedPlan Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphProvisionedPlan in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphProvisionedPlan Modifier and Type Method Description MicrosoftGraphProvisionedPlanMicrosoftGraphProvisionedPlan. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: provisionedPlan.MicrosoftGraphProvisionedPlanMicrosoftGraphProvisionedPlan. withCapabilityStatus(String capabilityStatus)Set the capabilityStatus property: For example, 'Enabled'.MicrosoftGraphProvisionedPlanMicrosoftGraphProvisionedPlan. withProvisioningStatus(String provisioningStatus)Set the provisioningStatus property: For example, 'Success'.MicrosoftGraphProvisionedPlanMicrosoftGraphProvisionedPlan. withService(String service)Set the service property: The name of the service; for example, 'AccessControlS2S'.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphProvisionedPlan Modifier and Type Method Description List<MicrosoftGraphProvisionedPlan>MicrosoftGraphOrganizationInner. provisionedPlans()Get the provisionedPlans property: Not nullable.List<MicrosoftGraphProvisionedPlan>MicrosoftGraphUserInner. provisionedPlans()Get the provisionedPlans property: The plans that are provisioned for the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphProvisionedPlan Modifier and Type Method Description MicrosoftGraphOrganizationInnerMicrosoftGraphOrganizationInner. withProvisionedPlans(List<MicrosoftGraphProvisionedPlan> provisionedPlans)Set the provisionedPlans property: Not nullable.MicrosoftGraphUserInnerMicrosoftGraphUserInner. withProvisionedPlans(List<MicrosoftGraphProvisionedPlan> provisionedPlans)Set the provisionedPlans property: The plans that are provisioned for the user.
-