ServicesResourceIdentity Class

Definition

Setting indicating whether the service has a managed identity associated with it.

public class ServicesResourceIdentity
type ServicesResourceIdentity = class
Public Class ServicesResourceIdentity
Inheritance
ServicesResourceIdentity

Constructors

ServicesResourceIdentity()

Initializes a new instance of the ServicesResourceIdentity class.

ServicesResourceIdentity(String, String, String)

Initializes a new instance of the ServicesResourceIdentity class.

Properties

PrincipalId

Gets the principal ID of the resource identity.

TenantId

Gets the tenant ID of the resource.

Type

Gets or sets type of identity being specified, currently SystemAssigned and None are allowed. Possible values include: 'SystemAssigned', 'None'

Applies to