Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphServicePlanInfo
-
Packages that use MicrosoftGraphServicePlanInfo Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphServicePlanInfo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphServicePlanInfo Modifier and Type Method Description MicrosoftGraphServicePlanInfo
MicrosoftGraphServicePlanInfo. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: servicePlanInfo.MicrosoftGraphServicePlanInfo
MicrosoftGraphServicePlanInfo. withAppliesTo(String appliesTo)
Set the appliesTo property: The object the service plan can be assigned to.MicrosoftGraphServicePlanInfo
MicrosoftGraphServicePlanInfo. withProvisioningStatus(String provisioningStatus)
Set the provisioningStatus property: The provisioning status of the service plan.MicrosoftGraphServicePlanInfo
MicrosoftGraphServicePlanInfo. withServicePlanId(UUID servicePlanId)
Set the servicePlanId property: The unique identifier of the service plan.MicrosoftGraphServicePlanInfo
MicrosoftGraphServicePlanInfo. withServicePlanName(String servicePlanName)
Set the servicePlanName property: The name of the service plan.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphServicePlanInfo Modifier and Type Method Description List<MicrosoftGraphServicePlanInfo>
MicrosoftGraphLicenseDetailsInner. servicePlans()
Get the servicePlans property: Information about the service plans assigned with the license.List<MicrosoftGraphServicePlanInfo>
MicrosoftGraphSubscribedSkuInner. servicePlans()
Get the servicePlans property: Information about the service plans that are available with the SKU.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphServicePlanInfo Modifier and Type Method Description MicrosoftGraphLicenseDetailsInner
MicrosoftGraphLicenseDetailsInner. withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans)
Set the servicePlans property: Information about the service plans assigned with the license.MicrosoftGraphSubscribedSkuInner
MicrosoftGraphSubscribedSkuInner. withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans)
Set the servicePlans property: Information about the service plans that are available with the SKU.
-