azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

166 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.Alias"
fullName: "com.microsoft.azure.management.resources.Alias"
name: "Alias"
nameWithType: "Alias"
summary: "The alias type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **Alias**"
constructors:
- uid: "com.microsoft.azure.management.resources.Alias.Alias()"
fullName: "com.microsoft.azure.management.resources.Alias.Alias()"
name: "Alias()"
nameWithType: "Alias.Alias()"
syntax: "public Alias()"
methods:
- uid: "com.microsoft.azure.management.resources.Alias.defaultMetadata()"
fullName: "com.microsoft.azure.management.resources.Alias.defaultMetadata()"
name: "defaultMetadata()"
nameWithType: "Alias.defaultMetadata()"
summary: "Get the default alias path metadata."
syntax: "public AliasPathMetadata defaultMetadata()"
desc: "Get the default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata."
returns:
description: "the defaultMetadata value"
type: "<xref href=\"com.microsoft.azure.management.resources.AliasPathMetadata?alt=com.microsoft.azure.management.resources.AliasPathMetadata&text=AliasPathMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.defaultPath()"
fullName: "com.microsoft.azure.management.resources.Alias.defaultPath()"
name: "defaultPath()"
nameWithType: "Alias.defaultPath()"
summary: "Get the default path for an alias."
syntax: "public String defaultPath()"
desc: "Get the default path for an alias."
returns:
description: "the defaultPath value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.defaultPattern()"
fullName: "com.microsoft.azure.management.resources.Alias.defaultPattern()"
name: "defaultPattern()"
nameWithType: "Alias.defaultPattern()"
summary: "Get the default pattern for an alias."
syntax: "public AliasPattern defaultPattern()"
desc: "Get the default pattern for an alias."
returns:
description: "the defaultPattern value"
type: "<xref href=\"com.microsoft.azure.management.resources.AliasPattern?alt=com.microsoft.azure.management.resources.AliasPattern&text=AliasPattern\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.name()"
fullName: "com.microsoft.azure.management.resources.Alias.name()"
name: "name()"
nameWithType: "Alias.name()"
summary: "Get the alias name."
syntax: "public String name()"
desc: "Get the alias name."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.paths()"
fullName: "com.microsoft.azure.management.resources.Alias.paths()"
name: "paths()"
nameWithType: "Alias.paths()"
summary: "Get the paths for an alias."
syntax: "public List<AliasPath> paths()"
desc: "Get the paths for an alias."
returns:
description: "the paths value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.AliasPath?alt=com.microsoft.azure.management.resources.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Alias.type()"
fullName: "com.microsoft.azure.management.resources.Alias.type()"
name: "type()"
nameWithType: "Alias.type()"
summary: "Get the type of the alias."
syntax: "public AliasType type()"
desc: "Get the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.management.resources.AliasType?alt=com.microsoft.azure.management.resources.AliasType&text=AliasType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.withDefaultPath(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.Alias.withDefaultPath(String defaultPath)"
name: "withDefaultPath(String defaultPath)"
nameWithType: "Alias.withDefaultPath(String defaultPath)"
summary: "Set the default path for an alias."
parameters:
- description: "the defaultPath value to set"
name: "defaultPath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Alias withDefaultPath(String defaultPath)"
desc: "Set the default path for an alias."
returns:
description: "the Alias object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.Alias?alt=com.microsoft.azure.management.resources.Alias&text=Alias\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.withDefaultPattern(com.microsoft.azure.management.resources.AliasPattern)"
fullName: "com.microsoft.azure.management.resources.Alias.withDefaultPattern(AliasPattern defaultPattern)"
name: "withDefaultPattern(AliasPattern defaultPattern)"
nameWithType: "Alias.withDefaultPattern(AliasPattern defaultPattern)"
summary: "Set the default pattern for an alias."
parameters:
- description: "the defaultPattern value to set"
name: "defaultPattern"
type: "<xref href=\"com.microsoft.azure.management.resources.AliasPattern?alt=com.microsoft.azure.management.resources.AliasPattern&text=AliasPattern\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Alias withDefaultPattern(AliasPattern defaultPattern)"
desc: "Set the default pattern for an alias."
returns:
description: "the Alias object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.Alias?alt=com.microsoft.azure.management.resources.Alias&text=Alias\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.Alias.withName(String name)"
name: "withName(String name)"
nameWithType: "Alias.withName(String name)"
summary: "Set the alias name."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Alias withName(String name)"
desc: "Set the alias name."
returns:
description: "the Alias object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.Alias?alt=com.microsoft.azure.management.resources.Alias&text=Alias\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.withPaths(java.util.List<com.microsoft.azure.management.resources.AliasPath>)"
fullName: "com.microsoft.azure.management.resources.Alias.withPaths(List<AliasPath> paths)"
name: "withPaths(List<AliasPath> paths)"
nameWithType: "Alias.withPaths(List<AliasPath> paths)"
summary: "Set the paths for an alias."
parameters:
- description: "the paths value to set"
name: "paths"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.AliasPath?alt=com.microsoft.azure.management.resources.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Alias withPaths(List<AliasPath> paths)"
desc: "Set the paths for an alias."
returns:
description: "the Alias object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.Alias?alt=com.microsoft.azure.management.resources.Alias&text=Alias\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Alias.withType(com.microsoft.azure.management.resources.AliasType)"
fullName: "com.microsoft.azure.management.resources.Alias.withType(AliasType type)"
name: "withType(AliasType type)"
nameWithType: "Alias.withType(AliasType type)"
summary: "Set the type of the alias."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.management.resources.AliasType?alt=com.microsoft.azure.management.resources.AliasType&text=AliasType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Alias withType(AliasType type)"
desc: "Set the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'."
returns:
description: "the Alias object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.Alias?alt=com.microsoft.azure.management.resources.Alias&text=Alias\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The alias type."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4