azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

84 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity"
fullName: "com.microsoft.azure.batch.protocol.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 class **BatchPoolIdentity**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.BatchPoolIdentity()"
fullName: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.BatchPoolIdentity()"
name: "BatchPoolIdentity()"
nameWithType: "BatchPoolIdentity.BatchPoolIdentity()"
syntax: "public BatchPoolIdentity()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.type()"
fullName: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.type()"
name: "type()"
nameWithType: "BatchPoolIdentity.type()"
summary: "Get the list of user identities associated with the Batch pool."
syntax: "public PoolIdentityType type()"
desc: "Get the list of user identities associated with the Batch pool. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'. Possible values include: 'UserAssigned', 'None'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolIdentityType?alt=com.microsoft.azure.batch.protocol.models.PoolIdentityType&text=PoolIdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.userAssignedIdentities()"
fullName: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.userAssignedIdentities()"
name: "userAssignedIdentities()"
nameWithType: "BatchPoolIdentity.userAssignedIdentities()"
summary: "Get the user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscription<wbr>Id\\}/resource<wbr>Groups/\\{resource<wbr>Group<wbr>Name\\}/providers/Microsoft.<wbr>Managed<wbr>Identity/user<wbr>Assigned<wbr>Identities/\\{identity<wbr>Name\\}'."
syntax: "public List<UserAssignedIdentity> userAssignedIdentities()"
desc: "Get the user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
returns:
description: "the userAssignedIdentities value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.UserAssignedIdentity?alt=com.microsoft.azure.batch.protocol.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.withType(com.microsoft.azure.batch.protocol.models.PoolIdentityType)"
fullName: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.withType(PoolIdentityType type)"
name: "withType(PoolIdentityType type)"
nameWithType: "BatchPoolIdentity.withType(PoolIdentityType type)"
summary: "Set the list of user identities associated with the Batch pool."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolIdentityType?alt=com.microsoft.azure.batch.protocol.models.PoolIdentityType&text=PoolIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchPoolIdentity withType(PoolIdentityType type)"
desc: "Set the list of user identities associated with the Batch pool. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'. Possible values include: 'UserAssigned', 'None'."
returns:
description: "the BatchPoolIdentity object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.BatchPoolIdentity?alt=com.microsoft.azure.batch.protocol.models.BatchPoolIdentity&text=BatchPoolIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.withUserAssignedIdentities(java.util.List<com.microsoft.azure.batch.protocol.models.UserAssignedIdentity>)"
fullName: "com.microsoft.azure.batch.protocol.models.BatchPoolIdentity.withUserAssignedIdentities(List<UserAssignedIdentity> userAssignedIdentities)"
name: "withUserAssignedIdentities(List<UserAssignedIdentity> userAssignedIdentities)"
nameWithType: "BatchPoolIdentity.withUserAssignedIdentities(List<UserAssignedIdentity> userAssignedIdentities)"
summary: "Set the user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscription<wbr>Id\\}/resource<wbr>Groups/\\{resource<wbr>Group<wbr>Name\\}/providers/Microsoft.<wbr>Managed<wbr>Identity/user<wbr>Assigned<wbr>Identities/\\{identity<wbr>Name\\}'."
parameters:
- description: "the userAssignedIdentities value to set"
name: "userAssignedIdentities"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.UserAssignedIdentity?alt=com.microsoft.azure.batch.protocol.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BatchPoolIdentity withUserAssignedIdentities(List<UserAssignedIdentity> userAssignedIdentities)"
desc: "Set the user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
returns:
description: "the BatchPoolIdentity object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.BatchPoolIdentity?alt=com.microsoft.azure.batch.protocol.models.BatchPoolIdentity&text=BatchPoolIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The identity of the Batch pool, if configured. The identity of the Batch pool, if configured."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0