74 строки
3.9 KiB
YAML
74 строки
3.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability"
|
|
name: "NameAvailability"
|
|
nameWithType: "NameAvailability"
|
|
summary: "An immutable client-side representation of Name<wbr>Availability."
|
|
syntax: "public interface **NameAvailability**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.innerModel()"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "NameAvailability.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>cosmosdbforpostgresql.<wbr>fluent.<wbr>models.<wbr>Name<wbr>Availability<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract NameAvailabilityInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.NameAvailabilityInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.NameAvailabilityInner?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.NameAvailabilityInner&text=NameAvailabilityInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.message()"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.message()"
|
|
name: "message()"
|
|
nameWithType: "NameAvailability.message()"
|
|
summary: "Gets the message property: Error message."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String message()"
|
|
desc: "Gets the message property: Error message."
|
|
returns:
|
|
description: "the message value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.name()"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.name()"
|
|
name: "name()"
|
|
nameWithType: "NameAvailability.name()"
|
|
summary: "Gets the name property: Name of the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: Name of the cluster."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.nameAvailable()"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.nameAvailable()"
|
|
name: "nameAvailable()"
|
|
nameWithType: "NameAvailability.nameAvailable()"
|
|
summary: "Gets the name<wbr>Available property: Indicates whether the cluster name is available."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean nameAvailable()"
|
|
desc: "Gets the nameAvailable property: Indicates whether the cluster name is available."
|
|
returns:
|
|
description: "the nameAvailable value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.type()"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.models.NameAvailability.type()"
|
|
name: "type()"
|
|
nameWithType: "NameAvailability.type()"
|
|
summary: "Gets the type property: Type of the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: Type of the cluster."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of NameAvailability."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cosmosdbforpostgresql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmosdbforpostgresql:1.0.0
|