Uses of Class
com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityReason
-
Packages that use CheckNameAvailabilityReason Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of CheckNameAvailabilityReason in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return CheckNameAvailabilityReason Modifier and Type Method Description CheckNameAvailabilityReason
CheckNameAvailabilityResponseInner. reason()
Get the reason property: The reason why the given name is not available.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type CheckNameAvailabilityReason Modifier and Type Method Description CheckNameAvailabilityResponseInner
CheckNameAvailabilityResponseInner. withReason(CheckNameAvailabilityReason reason)
Set the reason property: The reason why the given name is not available. -
Uses of CheckNameAvailabilityReason in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as CheckNameAvailabilityReason Modifier and Type Field Description static CheckNameAvailabilityReason
CheckNameAvailabilityReason. ALREADY_EXISTS
Static value AlreadyExists for CheckNameAvailabilityReason.static CheckNameAvailabilityReason
CheckNameAvailabilityReason. INVALID
Static value Invalid for CheckNameAvailabilityReason.Methods in com.azure.resourcemanager.appcontainers.models that return CheckNameAvailabilityReason Modifier and Type Method Description static CheckNameAvailabilityReason
CheckNameAvailabilityReason. fromString(String name)
Creates or finds a CheckNameAvailabilityReason from its string representation.CheckNameAvailabilityReason
CheckNameAvailabilityResponse. reason()
Gets the reason property: The reason why the given name is not available.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type CheckNameAvailabilityReason Modifier and Type Method Description static Collection<CheckNameAvailabilityReason>
CheckNameAvailabilityReason. values()
Gets known CheckNameAvailabilityReason values.
-