你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureStackHciClusterResourceId Class

Definition

Reference to an Azure Stack HCI cluster resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AzureStackHciClusterResourceIdTypeConverter))]
public class AzureStackHciClusterResourceId : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAzureStackHciClusterResourceId
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AzureStackHciClusterResourceIdTypeConverter))>]
type AzureStackHciClusterResourceId = class
    interface IAzureStackHciClusterResourceId
    interface IJsonSerializable
Public Class AzureStackHciClusterResourceId
Implements IAzureStackHciClusterResourceId
Inheritance
AzureStackHciClusterResourceId
Attributes
Implements

Constructors

AzureStackHciClusterResourceId()

Creates an new AzureStackHciClusterResourceId instance.

Properties

Id

Azure Stack HCI cluster resource ID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureStackHciClusterResourceId.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureStackHciClusterResourceId.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAzureStackHciClusterResourceId.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureStackHciClusterResourceId into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to