Uses of Class
com.azure.resourcemanager.appservice.models.InAvailabilityReasonType
Packages that use InAvailabilityReasonType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of InAvailabilityReasonType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return InAvailabilityReasonTypeModifier and TypeMethodDescriptionDnlResourceNameAvailabilityInner.reason()Get the reason property: <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements.ResourceNameAvailabilityInner.reason()Get the reason property: <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type InAvailabilityReasonTypeModifier and TypeMethodDescriptionDnlResourceNameAvailabilityInner.withReason(InAvailabilityReasonType reason) Set the reason property: <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements.ResourceNameAvailabilityInner.withReason(InAvailabilityReasonType reason) Set the reason property: <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. -
Uses of InAvailabilityReasonType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type InAvailabilityReasonType in com.azure.resourcemanager.appservice.modelsModifier and TypeClassDescriptionfinal class<code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements.Fields in com.azure.resourcemanager.appservice.models declared as InAvailabilityReasonTypeModifier and TypeFieldDescriptionstatic final InAvailabilityReasonTypeInAvailabilityReasonType.ALREADY_EXISTSStatic value AlreadyExists for InAvailabilityReasonType.static final InAvailabilityReasonTypeInAvailabilityReasonType.INVALIDStatic value Invalid for InAvailabilityReasonType.Methods in com.azure.resourcemanager.appservice.models that return InAvailabilityReasonTypeModifier and TypeMethodDescriptionstatic InAvailabilityReasonTypeInAvailabilityReasonType.fromString(String name) Creates or finds a InAvailabilityReasonType from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type InAvailabilityReasonTypeModifier and TypeMethodDescriptionstatic Collection<InAvailabilityReasonType> InAvailabilityReasonType.values()Gets known InAvailabilityReasonType values.