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

118 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.AliasPath"
fullName: "com.microsoft.azure.management.resources.AliasPath"
name: "AliasPath"
nameWithType: "AliasPath"
summary: "The type of the paths for alias."
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 **AliasPath**"
constructors:
- uid: "com.microsoft.azure.management.resources.AliasPath.AliasPath()"
fullName: "com.microsoft.azure.management.resources.AliasPath.AliasPath()"
name: "AliasPath()"
nameWithType: "AliasPath.AliasPath()"
syntax: "public AliasPath()"
methods:
- uid: "com.microsoft.azure.management.resources.AliasPath.apiVersions()"
fullName: "com.microsoft.azure.management.resources.AliasPath.apiVersions()"
name: "apiVersions()"
nameWithType: "AliasPath.apiVersions()"
summary: "Get the API versions."
syntax: "public List<String> apiVersions()"
desc: "Get the API versions."
returns:
description: "the apiVersions value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.AliasPath.metadata()"
fullName: "com.microsoft.azure.management.resources.AliasPath.metadata()"
name: "metadata()"
nameWithType: "AliasPath.metadata()"
summary: "Get the metadata of the alias path."
syntax: "public AliasPathMetadata metadata()"
desc: "Get the metadata of the alias path. If missing, fall back to the default metadata of the alias."
returns:
description: "the metadata 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.AliasPath.path()"
fullName: "com.microsoft.azure.management.resources.AliasPath.path()"
name: "path()"
nameWithType: "AliasPath.path()"
summary: "Get the path of an alias."
syntax: "public String path()"
desc: "Get the path of an alias."
returns:
description: "the path 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.AliasPath.pattern()"
fullName: "com.microsoft.azure.management.resources.AliasPath.pattern()"
name: "pattern()"
nameWithType: "AliasPath.pattern()"
summary: "Get the pattern for an alias path."
syntax: "public AliasPattern pattern()"
desc: "Get the pattern for an alias path."
returns:
description: "the pattern 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.AliasPath.withApiVersions(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.resources.AliasPath.withApiVersions(List<String> apiVersions)"
name: "withApiVersions(List<String> apiVersions)"
nameWithType: "AliasPath.withApiVersions(List<String> apiVersions)"
summary: "Set the API versions."
parameters:
- description: "the apiVersions value to set"
name: "apiVersions"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AliasPath withApiVersions(List<String> apiVersions)"
desc: "Set the API versions."
returns:
description: "the AliasPath object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.AliasPath?alt=com.microsoft.azure.management.resources.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.AliasPath.withPath(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.AliasPath.withPath(String path)"
name: "withPath(String path)"
nameWithType: "AliasPath.withPath(String path)"
summary: "Set the path of an alias."
parameters:
- description: "the path value to set"
name: "path"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AliasPath withPath(String path)"
desc: "Set the path of an alias."
returns:
description: "the AliasPath object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.AliasPath?alt=com.microsoft.azure.management.resources.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.AliasPath.withPattern(com.microsoft.azure.management.resources.AliasPattern)"
fullName: "com.microsoft.azure.management.resources.AliasPath.withPattern(AliasPattern pattern)"
name: "withPattern(AliasPattern pattern)"
nameWithType: "AliasPath.withPattern(AliasPattern pattern)"
summary: "Set the pattern for an alias path."
parameters:
- description: "the pattern value to set"
name: "pattern"
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 AliasPath withPattern(AliasPattern pattern)"
desc: "Set the pattern for an alias path."
returns:
description: "the AliasPath object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.AliasPath?alt=com.microsoft.azure.management.resources.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The type of the paths for alias."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4