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 MicrosoftGraphProvisionedPlan
MicrosoftGraphProvisionedPlan. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: provisionedPlan.MicrosoftGraphProvisionedPlan
MicrosoftGraphProvisionedPlan. withCapabilityStatus(String capabilityStatus)
Set the capabilityStatus property: For example, 'Enabled'.MicrosoftGraphProvisionedPlan
MicrosoftGraphProvisionedPlan. withProvisioningStatus(String provisioningStatus)
Set the provisioningStatus property: For example, 'Success'.MicrosoftGraphProvisionedPlan
MicrosoftGraphProvisionedPlan. 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 MicrosoftGraphOrganizationInner
MicrosoftGraphOrganizationInner. withProvisionedPlans(List<MicrosoftGraphProvisionedPlan> provisionedPlans)
Set the provisionedPlans property: Not nullable.MicrosoftGraphUserInner
MicrosoftGraphUserInner. withProvisionedPlans(List<MicrosoftGraphProvisionedPlan> provisionedPlans)
Set the provisionedPlans property: The plans that are provisioned for the user.
-