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

ArmIdWrapper Class

Definition

A wrapper for an ARM resource id

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ArmIdWrapperTypeConverter))]
public class ArmIdWrapper : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IArmIdWrapper
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.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.Websites.Models.Api20201201.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.

ToString()

Applies to