次の方法で共有


Revision Class

Definition

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

Constructors

Revision()

Properties

Active
CreatedTime
Fqdn
HealthState
Id
LastActiveTime
Name
ProvisioningError
ProvisioningState
Replica
ResourceGroupName
RunningState
ScaleMaxReplica
ScaleMinReplica
ScaleRule
SystemDataCreatedAt
SystemDataCreatedBy
SystemDataCreatedByType
SystemDataLastModifiedAt
SystemDataLastModifiedBy
SystemDataLastModifiedByType
TemplateContainer
TemplateInitContainer
TemplateRevisionSuffix
TemplateServiceBind
TemplateTerminationGracePeriodSecond
TemplateVolume
TrafficWeight
Type

Methods

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

Applies to