StackHciIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.StackHciIdentityTypeConverter))]
public class StackHciIdentity : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStackHciIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.StackHciIdentityTypeConverter))>]
type StackHciIdentity = class
    interface IStackHciIdentity
    interface IJsonSerializable
Public Class StackHciIdentity
Implements IStackHciIdentity
Inheritance
StackHciIdentity
Attributes
Implements

Constructors

StackHciIdentity()

Creates an new StackHciIdentity instance.

Properties

ArcSettingName

The name of the proxy resource holding details of HCI ArcSetting information.

ClusterName

The name of the cluster.

DeploymentSettingsName

Name of Deployment Setting

EdgeDeviceName

Name of Device

ExtensionName

The name of the machine extension.

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

ResourceUri

The fully qualified Azure Resource manager identifier of the resource.

SecuritySettingsName

Name of security setting

SubscriptionId

The ID of the target subscription. The value must be an UUID.

UpdateName

The name of the Update

UpdateRunName

The name of the Update Run

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StackHciIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StackHciIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStackHciIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StackHciIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to