ContainerIdentityInfo Constructors
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.
Overloads
ContainerIdentityInfo() |
Initializes a new instance of the ContainerIdentityInfo class. |
ContainerIdentityInfo(String, String, String, String) |
Initializes a new instance of the ContainerIdentityInfo class. |
ContainerIdentityInfo()
Initializes a new instance of the ContainerIdentityInfo class.
public ContainerIdentityInfo ();
Public Sub New ()
Applies to
ContainerIdentityInfo(String, String, String, String)
Initializes a new instance of the ContainerIdentityInfo class.
public ContainerIdentityInfo (string uniqueName = default, string aadTenantId = default, string servicePrincipalClientId = default, string audience = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ContainerIdentityInfo : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ContainerIdentityInfo
Public Sub New (Optional uniqueName As String = Nothing, Optional aadTenantId As String = Nothing, Optional servicePrincipalClientId As String = Nothing, Optional audience As String = Nothing)
Parameters
- uniqueName
- String
Unique name of the container
- aadTenantId
- String
Protection container identity - AAD Tenant
- servicePrincipalClientId
- String
Protection container identity - AAD Service Principal
- audience
- String
Protection container identity - Audience
Applies to
Azure SDK for .NET