次の方法で共有


ServicesResourceIdentity Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesResourceIdentityTypeConverter))]
public class ServicesResourceIdentity : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesResourceIdentityTypeConverter))>]
type ServicesResourceIdentity = class
    interface IServicesResourceIdentity
    interface IJsonSerializable
Public Class ServicesResourceIdentity
Implements IServicesResourceIdentity
Inheritance
ServicesResourceIdentity
Attributes
Implements

Constructors

ServicesResourceIdentity()

Creates an new ServicesResourceIdentity instance.

Properties

PrincipalId

The principal ID of the resource identity.

TenantId

The tenant ID of the resource.

Type

Type of identity being specified, currently SystemAssigned and None are allowed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicesResourceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicesResourceIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceIdentity.

FromJsonString(String)

Creates a new instance of ServicesResourceIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicesResourceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to