ConnectedClusterResourceId 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 Arc custom location resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ConnectedClusterResourceIdTypeConverter))]
public class ConnectedClusterResourceId : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IConnectedClusterResourceId
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ConnectedClusterResourceIdTypeConverter))>]
type ConnectedClusterResourceId = class
interface IConnectedClusterResourceId
interface IJsonSerializable
Public Class ConnectedClusterResourceId
Implements IConnectedClusterResourceId
- Inheritance
-
ConnectedClusterResourceId
- Attributes
- Implements
Constructors
ConnectedClusterResourceId() |
Creates an new ConnectedClusterResourceId instance. |
Properties
Id |
Azure Arc connected cluster resource ID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedClusterResourceId. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedClusterResourceId. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IConnectedClusterResourceId. |
FromJsonString(String) |
Creates a new instance of ConnectedClusterResourceId, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedClusterResourceId into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |