AzureStackHciClusterResourceId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |