次の方法で共有


Any Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AnyTypeConverter))]
public class Any : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAny
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AnyTypeConverter))>]
type Any = class
    interface IAny
    interface IJsonSerializable
Public Class Any
Implements IAny
Inheritance
Any
Attributes
Implements

Constructors

Any()

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to