ServicesResourceIdentity Class
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.
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' |