ArmResourceId 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.
ARM ResourceId of a resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ArmResourceIdTypeConverter))]
public class ArmResourceId : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IArmResourceId
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ArmResourceIdTypeConverter))>]
type ArmResourceId = class
interface IArmResourceId
interface IJsonSerializable
Public Class ArmResourceId
Implements IArmResourceId
- Inheritance
-
ArmResourceId
- Attributes
- Implements
Constructors
ArmResourceId() |
Creates an new ArmResourceId instance. |
Properties
ResourceId |
Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ArmResourceId. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ArmResourceId. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IArmResourceId. |
FromJsonString(String) |
Creates a new instance of ArmResourceId, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ArmResourceId into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |