Uses of Enum
com.azure.resourcemanager.apimanagement.models.NameAvailabilityReason
Packages that use NameAvailabilityReason
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of NameAvailabilityReason in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return NameAvailabilityReasonModifier and TypeMethodDescriptionApiManagementServiceNameAvailabilityResultInner.reason()Get the reason property: Invalid indicates the name provided does not match the resource provider’s naming requirements (incorrect length, unsupported characters, etc.)Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type NameAvailabilityReasonModifier and TypeMethodDescriptionApiManagementServiceNameAvailabilityResultInner.withReason(NameAvailabilityReason reason) Set the reason property: Invalid indicates the name provided does not match the resource provider’s naming requirements (incorrect length, unsupported characters, etc.) -
Uses of NameAvailabilityReason in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return NameAvailabilityReasonModifier and TypeMethodDescriptionstatic NameAvailabilityReasonNameAvailabilityReason.fromString(String value) Parses a serialized value to a NameAvailabilityReason instance.ApiManagementServiceNameAvailabilityResult.reason()Gets the reason property: Invalid indicates the name provided does not match the resource provider’s naming requirements (incorrect length, unsupported characters, etc.)static NameAvailabilityReasonReturns the enum constant of this type with the specified name.static NameAvailabilityReason[]NameAvailabilityReason.values()Returns an array containing the constants of this enum type, in the order they are declared.