ArmIdWrapper 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.
A wrapper for an ARM resource id
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ArmIdWrapperTypeConverter))]
public class ArmIdWrapper : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IArmIdWrapper
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ArmIdWrapperTypeConverter))>]
type ArmIdWrapper = class
interface IArmIdWrapper
interface IJsonSerializable
Public Class ArmIdWrapper
Implements IArmIdWrapper
- Inheritance
-
ArmIdWrapper
- Attributes
- Implements
Constructors
ArmIdWrapper() |
Creates an new ArmIdWrapper instance. |
Properties
Id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ArmIdWrapper. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ArmIdWrapper. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IArmIdWrapper. |
FromJsonString(String) |
Creates a new instance of ArmIdWrapper, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ArmIdWrapper into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |