ResourceIdentity 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
ResourceIdentity() |
Initializes a new instance of the ResourceIdentity class. |
ResourceIdentity(ResourceIdentityType, String, String) |
Initializes a new instance of the ResourceIdentity class. |
ResourceIdentity()
Initializes a new instance of the ResourceIdentity class.
public ResourceIdentity ();
Public Sub New ()
Applies to
ResourceIdentity(ResourceIdentityType, String, String)
Initializes a new instance of the ResourceIdentity class.
public ResourceIdentity (Microsoft.Azure.Management.Chaos.Models.ResourceIdentityType type, string principalId = default, string tenantId = default);
new Microsoft.Azure.Management.Chaos.Models.ResourceIdentity : Microsoft.Azure.Management.Chaos.Models.ResourceIdentityType * string * string -> Microsoft.Azure.Management.Chaos.Models.ResourceIdentity
Public Sub New (type As ResourceIdentityType, Optional principalId As String = Nothing, Optional tenantId As String = Nothing)
Parameters
- type
- ResourceIdentityType
String of the resource identity type. Possible values include: 'None', 'SystemAssigned'
- principalId
- String
GUID that represents the principal ID of this resource identity.
- tenantId
- String
GUID that represents the tenant ID of this resource identity.
Applies to
Azure SDK for .NET