BillingBenefitsManagedServiceIdentity 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.
Managed service identity (system assigned and/or user assigned identities).
public class BillingBenefitsManagedServiceIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsManagedServiceIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsManagedServiceIdentity>
type BillingBenefitsManagedServiceIdentity = class
interface IJsonModel<BillingBenefitsManagedServiceIdentity>
interface IPersistableModel<BillingBenefitsManagedServiceIdentity>
Public Class BillingBenefitsManagedServiceIdentity
Implements IJsonModel(Of BillingBenefitsManagedServiceIdentity), IPersistableModel(Of BillingBenefitsManagedServiceIdentity)
- Inheritance
-
BillingBenefitsManagedServiceIdentity
- Implements
Constructors
| Name | Description |
|---|---|
| BillingBenefitsManagedServiceIdentity(BillingBenefitsManagedServiceIdentityType) |
Initializes a new instance of BillingBenefitsManagedServiceIdentity. |
Properties
| Name | Description |
|---|---|
| PrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| TenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| Type |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
| UserAssignedIdentities |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |