ManagedServiceIdentityUserAssignedIdentitiesValue Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ManagedServiceIdentityUserAssignedIdentitiesValue() |
Inicjuje nowe wystąpienie klasy ManagedServiceIdentityUserAssignedIdentitiesValue. |
ManagedServiceIdentityUserAssignedIdentitiesValue(String, String) |
Inicjuje nowe wystąpienie klasy ManagedServiceIdentityUserAssignedIdentitiesValue. |
ManagedServiceIdentityUserAssignedIdentitiesValue()
Inicjuje nowe wystąpienie klasy ManagedServiceIdentityUserAssignedIdentitiesValue.
public ManagedServiceIdentityUserAssignedIdentitiesValue();
Public Sub New ()
Dotyczy
ManagedServiceIdentityUserAssignedIdentitiesValue(String, String)
Inicjuje nowe wystąpienie klasy ManagedServiceIdentityUserAssignedIdentitiesValue.
public ManagedServiceIdentityUserAssignedIdentitiesValue(string principalId = default, string clientId = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityUserAssignedIdentitiesValue : string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityUserAssignedIdentitiesValue
Public Sub New (Optional principalId As String = Nothing, Optional clientId As String = Nothing)
Parametry
- principalId
- String
Identyfikator podmiotu zabezpieczeń tożsamości przypisanej przez użytkownika
- clientId
- String
Identyfikator klienta tożsamości przypisanej przez użytkownika
Dotyczy
Azure SDK for .NET