SystemAssignedServiceIdentity 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
SystemAssignedServiceIdentity() |
Initializes a new instance of the SystemAssignedServiceIdentity class. |
SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>) |
Initializes a new instance of the SystemAssignedServiceIdentity class. |
SystemAssignedServiceIdentity()
Initializes a new instance of the SystemAssignedServiceIdentity class.
public SystemAssignedServiceIdentity ();
Public Sub New ()
Applies to
SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>)
Initializes a new instance of the SystemAssignedServiceIdentity class.
public SystemAssignedServiceIdentity (string type, Guid? principalId = default, Guid? tenantId = default);
new Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity : string * Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity
Public Sub New (type As String, Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing)
Parameters
- type
- String
Possible values include: 'None', 'SystemAssigned'
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
Applies to
Azure SDK for .NET