ComputeBatchModelFactory.BatchNodeIdentityReference 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 to a user assigned identity associated with the Batch pool which a compute node will use.
public static Azure.Compute.Batch.BatchNodeIdentityReference BatchNodeIdentityReference(Azure.Core.ResourceIdentifier resourceId = default);
static member BatchNodeIdentityReference : Azure.Core.ResourceIdentifier -> Azure.Compute.Batch.BatchNodeIdentityReference
Public Shared Function BatchNodeIdentityReference (Optional resourceId As ResourceIdentifier = Nothing) As BatchNodeIdentityReference
Parameters
- resourceId
- ResourceIdentifier
The ARM resource id of the user assigned identity.
Returns
A new BatchNodeIdentityReference instance for mocking.