BatchAccountIdentity 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
BatchAccountIdentity() |
Initialiseert een nieuw exemplaar van de klasse BatchAccountIdentity. |
BatchAccountIdentity(ResourceIdentityType, IDictionary<String,BatchAccountIdentityUserAssignedIdentitiesValue>) |
Verouderd.
|
BatchAccountIdentity(ResourceIdentityType, IDictionary<String,UserAssignedIdentities>) | |
BatchAccountIdentity(ResourceIdentityType, String, String, IDictionary<String,UserAssignedIdentities>) |
Initialiseert een nieuw exemplaar van de klasse BatchAccountIdentity. |
BatchAccountIdentity()
Initialiseert een nieuw exemplaar van de klasse BatchAccountIdentity.
public BatchAccountIdentity ();
Public Sub New ()
Van toepassing op
BatchAccountIdentity(ResourceIdentityType, IDictionary<String,BatchAccountIdentityUserAssignedIdentitiesValue>)
Waarschuwing
Please use BatchAccountIdentity(ResourceIdentityType type, IDictionary<string, UserAssignedIdentities> userAssignedIdentities) instead.
[System.Obsolete("Please use BatchAccountIdentity(ResourceIdentityType type, IDictionary<string, UserAssignedIdentities> userAssignedIdentities) instead.")]
public BatchAccountIdentity (Microsoft.Azure.Management.Batch.Models.ResourceIdentityType type, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Batch.Models.BatchAccountIdentityUserAssignedIdentitiesValue> userAssignedIdentities);
[<System.Obsolete("Please use BatchAccountIdentity(ResourceIdentityType type, IDictionary<string, UserAssignedIdentities> userAssignedIdentities) instead.")>]
new Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity : Microsoft.Azure.Management.Batch.Models.ResourceIdentityType * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Batch.Models.BatchAccountIdentityUserAssignedIdentitiesValue> -> Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity
Public Sub New (type As ResourceIdentityType, userAssignedIdentities As IDictionary(Of String, BatchAccountIdentityUserAssignedIdentitiesValue))
Parameters
- type
- ResourceIdentityType
- userAssignedIdentities
- IDictionary<String,BatchAccountIdentityUserAssignedIdentitiesValue>
- Kenmerken
Van toepassing op
BatchAccountIdentity(ResourceIdentityType, IDictionary<String,UserAssignedIdentities>)
public BatchAccountIdentity (Microsoft.Azure.Management.Batch.Models.ResourceIdentityType type, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> userAssignedIdentities);
new Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity : Microsoft.Azure.Management.Batch.Models.ResourceIdentityType * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> -> Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity
Public Sub New (type As ResourceIdentityType, userAssignedIdentities As IDictionary(Of String, UserAssignedIdentities))
Parameters
- type
- ResourceIdentityType
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentities>
Van toepassing op
BatchAccountIdentity(ResourceIdentityType, String, String, IDictionary<String,UserAssignedIdentities>)
Initialiseert een nieuw exemplaar van de klasse BatchAccountIdentity.
public BatchAccountIdentity (Microsoft.Azure.Management.Batch.Models.ResourceIdentityType type, string principalId = default, string tenantId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> userAssignedIdentities = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity : Microsoft.Azure.Management.Batch.Models.ResourceIdentityType * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> -> Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity
Public Sub New (type As ResourceIdentityType, Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentities) = Nothing)
Parameters
- type
- ResourceIdentityType
Het type identiteit dat wordt gebruikt voor het Batch-account. Mogelijke waarden zijn: 'SystemAssigned', 'UserAssigned', 'None'
- principalId
- String
De principal-id van het Batch-account. Deze eigenschap wordt alleen opgegeven voor een door het systeem toegewezen identiteit.
- tenantId
- String
De tenant-id die is gekoppeld aan het Batch-account. Deze eigenschap wordt alleen opgegeven voor een door het systeem toegewezen identiteit.
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentities>
De lijst met gebruikersidentiteiten die zijn gekoppeld aan het Batch-account.
Van toepassing op
Azure SDK for .NET