次の方法で共有


Replica Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ReplicaTypeConverter))]
public class Replica : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplica, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ReplicaTypeConverter))>]
type Replica = class
    interface IReplica
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class Replica
Implements IReplica, IValidates
Inheritance
Replica
Attributes
Implements

Constructors

Replica()

Properties

Container
CreatedTime
Id
InitContainer
Name
ResourceGroupName
RunningState
RunningStateDetail
SystemDataCreatedAt
SystemDataCreatedBy
SystemDataCreatedByType
SystemDataLastModifiedAt
SystemDataLastModifiedBy
SystemDataLastModifiedByType
Type

Methods

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

Applies to