次の方法で共有


ReplicaCollection Class

Definition

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

Constructors

ReplicaCollection()

Properties

Value

Methods

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

Applies to