次の方法で共有


ServiceManagedIdentityAutoGenerated 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.ServiceManagedIdentityAutoGeneratedTypeConverter))]
public class ServiceManagedIdentityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceManagedIdentityAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServiceManagedIdentityAutoGeneratedTypeConverter))>]
type ServiceManagedIdentityAutoGenerated = class
    interface IServiceManagedIdentityAutoGenerated
    interface IJsonSerializable
Public Class ServiceManagedIdentityAutoGenerated
Implements IServiceManagedIdentityAutoGenerated
Inheritance
ServiceManagedIdentityAutoGenerated
Attributes
Implements

Constructors

ServiceManagedIdentityAutoGenerated()

Creates an new ServiceManagedIdentityAutoGenerated instance.

Properties

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 identity being specified, currently SystemAssigned and None are allowed.

UserAssignedIdentity

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceManagedIdentityAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceManagedIdentityAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceManagedIdentityAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to