Uses of Class
com.azure.resourcemanager.appservice.models.InAvailabilityReasonType
-
Packages that use InAvailabilityReasonType Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 InAvailabilityReasonType Modifier and Type Method Description InAvailabilityReasonTypeResourceNameAvailabilityInner. 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 InAvailabilityReasonType Modifier and Type Method Description ResourceNameAvailabilityInnerResourceNameAvailabilityInner. 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
Fields in com.azure.resourcemanager.appservice.models declared as InAvailabilityReasonType Modifier and Type Field Description static InAvailabilityReasonTypeInAvailabilityReasonType. ALREADY_EXISTSStatic value AlreadyExists for InAvailabilityReasonType.static InAvailabilityReasonTypeInAvailabilityReasonType. INVALIDStatic value Invalid for InAvailabilityReasonType.Methods in com.azure.resourcemanager.appservice.models that return InAvailabilityReasonType Modifier and Type Method Description static 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 InAvailabilityReasonType Modifier and Type Method Description static Collection<InAvailabilityReasonType>InAvailabilityReasonType. values()
-