BatchPoolIdentity Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
BatchPoolIdentity() |
Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity. |
BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>) |
Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity. |
BatchPoolIdentity()
Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity.
public BatchPoolIdentity ();
Public Sub New ()
Van toepassing op
BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)
Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity.
public BatchPoolIdentity (Microsoft.Azure.Management.Batch.Models.PoolIdentityType type, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> userAssignedIdentities = default);
new Microsoft.Azure.Management.Batch.Models.BatchPoolIdentity : Microsoft.Azure.Management.Batch.Models.PoolIdentityType * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> -> Microsoft.Azure.Management.Batch.Models.BatchPoolIdentity
Public Sub New (type As PoolIdentityType, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentities) = Nothing)
Parameters
- type
- PoolIdentityType
Het type identiteit dat wordt gebruikt voor de Batch-pool. Mogelijke waarden zijn: 'UserAssigned', 'None'
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentities>
De lijst met gebruikersidentiteiten die zijn gekoppeld aan de Batch-pool.
Van toepassing op
Azure SDK for .NET