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 MicrosoftGraphServicePlanInfoMicrosoftGraphServicePlanInfo. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: servicePlanInfo.MicrosoftGraphServicePlanInfoMicrosoftGraphServicePlanInfo. withAppliesTo(String appliesTo)Set the appliesTo property: The object the service plan can be assigned to.MicrosoftGraphServicePlanInfoMicrosoftGraphServicePlanInfo. withProvisioningStatus(String provisioningStatus)Set the provisioningStatus property: The provisioning status of the service plan.MicrosoftGraphServicePlanInfoMicrosoftGraphServicePlanInfo. withServicePlanId(UUID servicePlanId)Set the servicePlanId property: The unique identifier of the service plan.MicrosoftGraphServicePlanInfoMicrosoftGraphServicePlanInfo. 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 MicrosoftGraphLicenseDetailsInnerMicrosoftGraphLicenseDetailsInner. withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans)Set the servicePlans property: Information about the service plans assigned with the license.MicrosoftGraphSubscribedSkuInnerMicrosoftGraphSubscribedSkuInner. withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans)Set the servicePlans property: Information about the service plans that are available with the SKU.
-