ComputeBatchModelFactory.BatchPoolIdentityReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The reference of one of the pool identities to encrypt Disk. This identity will be used to access the key vault.
public static Azure.Compute.Batch.BatchPoolIdentityReference BatchPoolIdentityReference(Azure.Core.ResourceIdentifier resourceId = default);
static member BatchPoolIdentityReference : Azure.Core.ResourceIdentifier -> Azure.Compute.Batch.BatchPoolIdentityReference
Public Shared Function BatchPoolIdentityReference (Optional resourceId As ResourceIdentifier = Nothing) As BatchPoolIdentityReference
Parameters
- resourceId
- ResourceIdentifier
The ARM resource id of the user assigned identity. This reference must be included in the pool identities.
Returns
A new BatchPoolIdentityReference instance for mocking.