150 строки
9.9 KiB
YAML
150 строки
9.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.resources.models.AliasPattern"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern"
|
|
name: "AliasPattern"
|
|
nameWithType: "AliasPattern"
|
|
summary: "The type of the pattern for an alias path."
|
|
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 **AliasPattern**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.models.AliasPattern?alt=com.azure.resourcemanager.resources.models.AliasPattern&text=AliasPattern\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.resources.models.AliasPattern.AliasPattern()"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.AliasPattern()"
|
|
name: "AliasPattern()"
|
|
nameWithType: "AliasPattern.AliasPattern()"
|
|
summary: "Creates an instance of Alias<wbr>Pattern class."
|
|
syntax: "public AliasPattern()"
|
|
desc: "Creates an instance of AliasPattern class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.resources.models.AliasPattern.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "AliasPattern.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Alias<wbr>Pattern 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 AliasPattern fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the AliasPattern."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of AliasPattern from the JsonReader."
|
|
returns:
|
|
description: "An instance of AliasPattern if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
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.AliasPattern.phrase()"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.phrase()"
|
|
name: "phrase()"
|
|
nameWithType: "AliasPattern.phrase()"
|
|
summary: "Get the phrase property: The alias pattern phrase."
|
|
syntax: "public String phrase()"
|
|
desc: "Get the phrase property: The alias pattern phrase."
|
|
returns:
|
|
description: "the phrase value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.resources.models.AliasPattern.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "AliasPattern.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.AliasPattern.type()"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.type()"
|
|
name: "type()"
|
|
nameWithType: "AliasPattern.type()"
|
|
summary: "Get the type property: The type of alias pattern."
|
|
syntax: "public AliasPatternType type()"
|
|
desc: "Get the type property: The type of alias pattern."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPatternType?alt=com.azure.resourcemanager.resources.models.AliasPatternType&text=AliasPatternType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.models.AliasPattern.validate()"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AliasPattern.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.resources.models.AliasPattern.variable()"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.variable()"
|
|
name: "variable()"
|
|
nameWithType: "AliasPattern.variable()"
|
|
summary: "Get the variable property: The alias pattern variable."
|
|
syntax: "public String variable()"
|
|
desc: "Get the variable property: The alias pattern variable."
|
|
returns:
|
|
description: "the variable value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.resources.models.AliasPattern.withPhrase(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.withPhrase(String phrase)"
|
|
name: "withPhrase(String phrase)"
|
|
nameWithType: "AliasPattern.withPhrase(String phrase)"
|
|
summary: "Set the phrase property: The alias pattern phrase."
|
|
parameters:
|
|
- description: "the phrase value to set."
|
|
name: "phrase"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AliasPattern withPhrase(String phrase)"
|
|
desc: "Set the phrase property: The alias pattern phrase."
|
|
returns:
|
|
description: "the AliasPattern object itself."
|
|
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.AliasPattern.withType(com.azure.resourcemanager.resources.models.AliasPatternType)"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.withType(AliasPatternType type)"
|
|
name: "withType(AliasPatternType type)"
|
|
nameWithType: "AliasPattern.withType(AliasPatternType type)"
|
|
summary: "Set the type property: The type of alias pattern."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPatternType?alt=com.azure.resourcemanager.resources.models.AliasPatternType&text=AliasPatternType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AliasPattern withType(AliasPatternType type)"
|
|
desc: "Set the type property: The type of alias pattern."
|
|
returns:
|
|
description: "the AliasPattern object itself."
|
|
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.AliasPattern.withVariable(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.models.AliasPattern.withVariable(String variable)"
|
|
name: "withVariable(String variable)"
|
|
nameWithType: "AliasPattern.withVariable(String variable)"
|
|
summary: "Set the variable property: The alias pattern variable."
|
|
parameters:
|
|
- description: "the variable value to set."
|
|
name: "variable"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AliasPattern withVariable(String variable)"
|
|
desc: "Set the variable property: The alias pattern variable."
|
|
returns:
|
|
description: "the AliasPattern object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.models.AliasPattern?alt=com.azure.resourcemanager.resources.models.AliasPattern&text=AliasPattern\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The type of the pattern for an alias path."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.models.AliasPattern?alt=com.azure.resourcemanager.resources.models.AliasPattern&text=AliasPattern\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.resources.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0
|