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(String, 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(String, String, String)
Initializes a new instance of the ResourceIdentity class.
public ResourceIdentity (string principalId = default, string tenantId = default, string type = default);
new Microsoft.Azure.Management.NetApp.Models.ResourceIdentity : string * string * string -> Microsoft.Azure.Management.NetApp.Models.ResourceIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As String = Nothing)
Parameters
- principalId
- String
Object id of the identity resource
- tenantId
- String
The tenant id of the resource
- type
- String
Type of Identity. Supported values are: 'None', 'SystemAssigned'