Share via


HanaOnAzureIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.HanaOnAzureIdentityTypeConverter))]
public class HanaOnAzureIdentity : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.IHanaOnAzureIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.HanaOnAzureIdentityTypeConverter))>]
type HanaOnAzureIdentity = class
    interface IHanaOnAzureIdentity
    interface IJsonSerializable
Public Class HanaOnAzureIdentity
Implements IHanaOnAzureIdentity
Inheritance
HanaOnAzureIdentity
Attributes
Implements

Constructors

HanaOnAzureIdentity()

Creates an new HanaOnAzureIdentity instance.

Properties

Id

Resource identity path

Location

The location of the deleted vault.

OperationKind

Name of the operation

ProviderInstanceName

Name of the provider instance.

ResourceGroupName

Name of the resource group.

ResourceName

The name of the identity resource.

SapMonitorName

Name of the SAP monitor resource.

Scope

The resource provider scope of the resource. Parent resource being extended by Managed Identities.

SubscriptionId

Subscription ID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

VaultName

Name of the vault

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HanaOnAzureIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HanaOnAzureIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.IHanaOnAzureIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HanaOnAzureIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to