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

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion"
name: "TargetRegion"
nameWithType: "TargetRegion"
summary: "Describes the target region information."
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 **TargetRegion**</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.imagebuilder.models.TargetRegion?alt=com.azure.resourcemanager.imagebuilder.models.TargetRegion&text=TargetRegion\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.TargetRegion()"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.TargetRegion()"
name: "TargetRegion()"
nameWithType: "TargetRegion.TargetRegion()"
summary: "Creates an instance of Target<wbr>Region class."
syntax: "public TargetRegion()"
desc: "Creates an instance of TargetRegion class."
methods:
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TargetRegion.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Target<wbr>Region 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 TargetRegion fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TargetRegion from the JsonReader."
returns:
description: "An instance of TargetRegion 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.imagebuilder.models.TargetRegion?alt=com.azure.resourcemanager.imagebuilder.models.TargetRegion&text=TargetRegion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.name()"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.name()"
name: "name()"
nameWithType: "TargetRegion.name()"
summary: "Get the name property: The name of the region."
syntax: "public String name()"
desc: "Get the name property: The name of the region."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.replicaCount()"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.replicaCount()"
name: "replicaCount()"
nameWithType: "TargetRegion.replicaCount()"
summary: "Get the replica<wbr>Count property: The number of replicas of the Image Version to be created in this region."
syntax: "public Integer replicaCount()"
desc: "Get the replicaCount property: The number of replicas of the Image Version to be created in this region. Omit to use the default (1)."
returns:
description: "the replicaCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.storageAccountType()"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.storageAccountType()"
name: "storageAccountType()"
nameWithType: "TargetRegion.storageAccountType()"
summary: "Get the storage<wbr>Account<wbr>Type property: Specifies the storage account type to be used to store the image in this region."
syntax: "public SharedImageStorageAccountType storageAccountType()"
desc: "Get the storageAccountType property: Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard\\_LRS)."
returns:
description: "the storageAccountType value."
type: "<xref href=\"com.azure.resourcemanager.imagebuilder.models.SharedImageStorageAccountType?alt=com.azure.resourcemanager.imagebuilder.models.SharedImageStorageAccountType&text=SharedImageStorageAccountType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TargetRegion.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.imagebuilder.models.TargetRegion.validate()"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.validate()"
name: "validate()"
nameWithType: "TargetRegion.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.withName(String name)"
name: "withName(String name)"
nameWithType: "TargetRegion.withName(String name)"
summary: "Set the name property: The name of the region."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TargetRegion withName(String name)"
desc: "Set the name property: The name of the region."
returns:
description: "the TargetRegion object itself."
type: "<xref href=\"com.azure.resourcemanager.imagebuilder.models.TargetRegion?alt=com.azure.resourcemanager.imagebuilder.models.TargetRegion&text=TargetRegion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.withReplicaCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.withReplicaCount(Integer replicaCount)"
name: "withReplicaCount(Integer replicaCount)"
nameWithType: "TargetRegion.withReplicaCount(Integer replicaCount)"
summary: "Set the replica<wbr>Count property: The number of replicas of the Image Version to be created in this region."
parameters:
- description: "the replicaCount value to set."
name: "replicaCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public TargetRegion withReplicaCount(Integer replicaCount)"
desc: "Set the replicaCount property: The number of replicas of the Image Version to be created in this region. Omit to use the default (1)."
returns:
description: "the TargetRegion object itself."
type: "<xref href=\"com.azure.resourcemanager.imagebuilder.models.TargetRegion?alt=com.azure.resourcemanager.imagebuilder.models.TargetRegion&text=TargetRegion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.withStorageAccountType(com.azure.resourcemanager.imagebuilder.models.SharedImageStorageAccountType)"
fullName: "com.azure.resourcemanager.imagebuilder.models.TargetRegion.withStorageAccountType(SharedImageStorageAccountType storageAccountType)"
name: "withStorageAccountType(SharedImageStorageAccountType storageAccountType)"
nameWithType: "TargetRegion.withStorageAccountType(SharedImageStorageAccountType storageAccountType)"
summary: "Set the storage<wbr>Account<wbr>Type property: Specifies the storage account type to be used to store the image in this region."
parameters:
- description: "the storageAccountType value to set."
name: "storageAccountType"
type: "<xref href=\"com.azure.resourcemanager.imagebuilder.models.SharedImageStorageAccountType?alt=com.azure.resourcemanager.imagebuilder.models.SharedImageStorageAccountType&text=SharedImageStorageAccountType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TargetRegion withStorageAccountType(SharedImageStorageAccountType storageAccountType)"
desc: "Set the storageAccountType property: Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard\\_LRS)."
returns:
description: "the TargetRegion object itself."
type: "<xref href=\"com.azure.resourcemanager.imagebuilder.models.TargetRegion?alt=com.azure.resourcemanager.imagebuilder.models.TargetRegion&text=TargetRegion\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the target region information."
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.imagebuilder.models.TargetRegion?alt=com.azure.resourcemanager.imagebuilder.models.TargetRegion&text=TargetRegion\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.imagebuilder.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-imagebuilder:1.1.0