azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

160 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resources.models.AliasPath"
fullName: "com.azure.resourcemanager.resources.models.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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AliasPath**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.resources.models.AliasPath?alt=com.azure.resourcemanager.resources.models.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.resources.models.AliasPath.AliasPath()"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.AliasPath()"
name: "AliasPath()"
nameWithType: "AliasPath.AliasPath()"
summary: "Creates an instance of Alias<wbr>Path class."
syntax: "public AliasPath()"
desc: "Creates an instance of AliasPath class."
methods:
- uid: "com.azure.resourcemanager.resources.models.AliasPath.apiVersions()"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.apiVersions()"
name: "apiVersions()"
nameWithType: "AliasPath.apiVersions()"
summary: "Get the api<wbr>Versions property: The API versions."
syntax: "public List<String> apiVersions()"
desc: "Get the apiVersions property: The API versions."
returns:
description: "the apiVersions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AliasPath.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Alias<wbr>Path from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AliasPath fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the AliasPath."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AliasPath from the JsonReader."
returns:
description: "An instance of AliasPath if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPath?alt=com.azure.resourcemanager.resources.models.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.metadata()"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.metadata()"
name: "metadata()"
nameWithType: "AliasPath.metadata()"
summary: "Get the metadata property: The metadata of the alias path."
syntax: "public AliasPathMetadata metadata()"
desc: "Get the metadata property: 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.azure.resourcemanager.resources.models.AliasPathMetadata?alt=com.azure.resourcemanager.resources.models.AliasPathMetadata&text=AliasPathMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.path()"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.path()"
name: "path()"
nameWithType: "AliasPath.path()"
summary: "Get the path property: The path of an alias."
syntax: "public String path()"
desc: "Get the path property: The path of an alias."
returns:
description: "the path value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.pattern()"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.pattern()"
name: "pattern()"
nameWithType: "AliasPath.pattern()"
summary: "Get the pattern property: The pattern for an alias path."
syntax: "public AliasPattern pattern()"
desc: "Get the pattern property: The pattern for an alias path."
returns:
description: "the pattern value."
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPattern?alt=com.azure.resourcemanager.resources.models.AliasPattern&text=AliasPattern\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AliasPath.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.validate()"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.validate()"
name: "validate()"
nameWithType: "AliasPath.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resources.models.AliasPath.withApiVersions(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.withApiVersions(List<String> apiVersions)"
name: "withApiVersions(List<String> apiVersions)"
nameWithType: "AliasPath.withApiVersions(List<String> apiVersions)"
summary: "Set the api<wbr>Versions property: The API versions."
parameters:
- description: "the apiVersions value to set."
name: "apiVersions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public AliasPath withApiVersions(List<String> apiVersions)"
desc: "Set the apiVersions property: The API versions."
returns:
description: "the AliasPath object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPath?alt=com.azure.resourcemanager.resources.models.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.withPath(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.withPath(String path)"
name: "withPath(String path)"
nameWithType: "AliasPath.withPath(String path)"
summary: "Set the path property: The path of an alias."
parameters:
- description: "the path value to set."
name: "path"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AliasPath withPath(String path)"
desc: "Set the path property: The path of an alias."
returns:
description: "the AliasPath object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPath?alt=com.azure.resourcemanager.resources.models.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.AliasPath.withPattern(com.azure.resourcemanager.resources.models.AliasPattern)"
fullName: "com.azure.resourcemanager.resources.models.AliasPath.withPattern(AliasPattern pattern)"
name: "withPattern(AliasPattern pattern)"
nameWithType: "AliasPath.withPattern(AliasPattern pattern)"
summary: "Set the pattern property: The pattern for an alias path."
parameters:
- description: "the pattern value to set."
name: "pattern"
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPattern?alt=com.azure.resourcemanager.resources.models.AliasPattern&text=AliasPattern\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AliasPath withPattern(AliasPattern pattern)"
desc: "Set the pattern property: The pattern for an alias path."
returns:
description: "the AliasPath object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPath?alt=com.azure.resourcemanager.resources.models.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The type of the paths for alias."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.resources.models.AliasPath?alt=com.azure.resourcemanager.resources.models.AliasPath&text=AliasPath\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.resources.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.42.0