126 строки
10 KiB
YAML
126 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity"
|
|
name: "BatchPoolIdentity"
|
|
nameWithType: "BatchPoolIdentity"
|
|
summary: "The identity of the Batch pool, if configured."
|
|
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 **BatchPoolIdentity**</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.batch.models.BatchPoolIdentity?alt=com.azure.resourcemanager.batch.models.BatchPoolIdentity&text=BatchPoolIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.BatchPoolIdentity()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.BatchPoolIdentity()"
|
|
name: "BatchPoolIdentity()"
|
|
nameWithType: "BatchPoolIdentity.BatchPoolIdentity()"
|
|
summary: "Creates an instance of Batch<wbr>Pool<wbr>Identity class."
|
|
syntax: "public BatchPoolIdentity()"
|
|
desc: "Creates an instance of BatchPoolIdentity class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "BatchPoolIdentity.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Batch<wbr>Pool<wbr>Identity 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 BatchPoolIdentity 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 BatchPoolIdentity from the JsonReader."
|
|
returns:
|
|
description: "An instance of BatchPoolIdentity 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.batch.models.BatchPoolIdentity?alt=com.azure.resourcemanager.batch.models.BatchPoolIdentity&text=BatchPoolIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "BatchPoolIdentity.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.batch.models.BatchPoolIdentity.type()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.type()"
|
|
name: "type()"
|
|
nameWithType: "BatchPoolIdentity.type()"
|
|
summary: "Get the type property: The type of identity used for the Batch Pool."
|
|
syntax: "public PoolIdentityType type()"
|
|
desc: "Get the type property: The type of identity used for the Batch Pool."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.PoolIdentityType?alt=com.azure.resourcemanager.batch.models.PoolIdentityType&text=PoolIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.userAssignedIdentities()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.userAssignedIdentities()"
|
|
name: "userAssignedIdentities()"
|
|
nameWithType: "BatchPoolIdentity.userAssignedIdentities()"
|
|
summary: "Get the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with the Batch pool."
|
|
syntax: "public Map<String,UserAssignedIdentities> userAssignedIdentities()"
|
|
desc: "Get the userAssignedIdentities property: The list of user identities associated with the Batch pool."
|
|
returns:
|
|
description: "the userAssignedIdentities value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.batch.models.UserAssignedIdentities?alt=com.azure.resourcemanager.batch.models.UserAssignedIdentities&text=UserAssignedIdentities\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.validate()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.validate()"
|
|
name: "validate()"
|
|
nameWithType: "BatchPoolIdentity.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.withType(com.azure.resourcemanager.batch.models.PoolIdentityType)"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.withType(PoolIdentityType type)"
|
|
name: "withType(PoolIdentityType type)"
|
|
nameWithType: "BatchPoolIdentity.withType(PoolIdentityType type)"
|
|
summary: "Set the type property: The type of identity used for the Batch Pool."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.PoolIdentityType?alt=com.azure.resourcemanager.batch.models.PoolIdentityType&text=PoolIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BatchPoolIdentity withType(PoolIdentityType type)"
|
|
desc: "Set the type property: The type of identity used for the Batch Pool."
|
|
returns:
|
|
description: "the BatchPoolIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.BatchPoolIdentity?alt=com.azure.resourcemanager.batch.models.BatchPoolIdentity&text=BatchPoolIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.azure.resourcemanager.batch.models.UserAssignedIdentities>)"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchPoolIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)"
|
|
name: "withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)"
|
|
nameWithType: "BatchPoolIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)"
|
|
summary: "Set the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with the Batch pool."
|
|
parameters:
|
|
- description: "the userAssignedIdentities value to set."
|
|
name: "userAssignedIdentities"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.batch.models.UserAssignedIdentities?alt=com.azure.resourcemanager.batch.models.UserAssignedIdentities&text=UserAssignedIdentities\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public BatchPoolIdentity withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)"
|
|
desc: "Set the userAssignedIdentities property: The list of user identities associated with the Batch pool."
|
|
returns:
|
|
description: "the BatchPoolIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.BatchPoolIdentity?alt=com.azure.resourcemanager.batch.models.BatchPoolIdentity&text=BatchPoolIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The identity of the Batch pool, if configured. If the pool identity is updated during update an existing pool, only the new vms which are created after the pool shrinks to 0 will have the updated identities."
|
|
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.batch.models.BatchPoolIdentity?alt=com.azure.resourcemanager.batch.models.BatchPoolIdentity&text=BatchPoolIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.batch.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:2.0.0
|