62 строки
3.8 KiB
YAML
62 строки
3.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput"
|
|
name: "EntityNameAvailabilityCheckOutput"
|
|
nameWithType: "EntityNameAvailabilityCheckOutput"
|
|
summary: "An immutable client-side representation of Entity<wbr>Name<wbr>Availability<wbr>Check<wbr>Output."
|
|
syntax: "public interface **EntityNameAvailabilityCheckOutput**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput.innerModel()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "EntityNameAvailabilityCheckOutput.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mediaservices.<wbr>fluent.<wbr>models.<wbr>Entity<wbr>Name<wbr>Availability<wbr>Check<wbr>Output<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract EntityNameAvailabilityCheckOutputInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.EntityNameAvailabilityCheckOutputInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.EntityNameAvailabilityCheckOutputInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.EntityNameAvailabilityCheckOutputInner&text=EntityNameAvailabilityCheckOutputInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput.message()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput.message()"
|
|
name: "message()"
|
|
nameWithType: "EntityNameAvailabilityCheckOutput.message()"
|
|
summary: "Gets the message property: Specifies the detailed reason if the name is not available."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String message()"
|
|
desc: "Gets the message property: Specifies the detailed reason if the name is not available."
|
|
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.mediaservices.models.EntityNameAvailabilityCheckOutput.nameAvailable()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput.nameAvailable()"
|
|
name: "nameAvailable()"
|
|
nameWithType: "EntityNameAvailabilityCheckOutput.nameAvailable()"
|
|
summary: "Gets the name<wbr>Available property: Specifies if the name is available."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean nameAvailable()"
|
|
desc: "Gets the nameAvailable property: Specifies if the name is available."
|
|
returns:
|
|
description: "the nameAvailable value."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput.reason()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.EntityNameAvailabilityCheckOutput.reason()"
|
|
name: "reason()"
|
|
nameWithType: "EntityNameAvailabilityCheckOutput.reason()"
|
|
summary: "Gets the reason property: Specifies the reason if the name is not available."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String reason()"
|
|
desc: "Gets the reason property: Specifies the reason if the name is not available."
|
|
returns:
|
|
description: "the reason 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 EntityNameAvailabilityCheckOutput."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|