Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProvisionedPlan
Packages that use MicrosoftGraphProvisionedPlan
Package
Description
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 MicrosoftGraphProvisionedPlanModifier and TypeMethodDescriptionMicrosoftGraphProvisionedPlan.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: provisionedPlan.MicrosoftGraphProvisionedPlan.withCapabilityStatus(String capabilityStatus) Set the capabilityStatus property: For example, 'Enabled'.MicrosoftGraphProvisionedPlan.withProvisioningStatus(String provisioningStatus) Set the provisioningStatus property: For example, 'Success'.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 MicrosoftGraphProvisionedPlanModifier and TypeMethodDescriptionMicrosoftGraphOrganization.provisionedPlans()Get the provisionedPlans property: Not nullable.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 MicrosoftGraphProvisionedPlanModifier and TypeMethodDescriptionMicrosoftGraphOrganization.withProvisionedPlans(List<MicrosoftGraphProvisionedPlan> provisionedPlans) Set the provisionedPlans property: Not nullable.MicrosoftGraphUserInner.withProvisionedPlans(List<MicrosoftGraphProvisionedPlan> provisionedPlans) Set the provisionedPlans property: The plans that are provisioned for the user.