Freigeben über


RollingUpgradeStatusInfo Konstruktoren

Definition

Überlädt

RollingUpgradeStatusInfo()

Initialisiert eine neue instance der RollingUpgradeStatusInfo-Klasse.

RollingUpgradeStatusInfo(String, String, String, String, IDictionary<String, String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError)

Initialisiert eine neue instance der RollingUpgradeStatusInfo-Klasse.

RollingUpgradeStatusInfo()

Initialisiert eine neue instance der RollingUpgradeStatusInfo-Klasse.

public RollingUpgradeStatusInfo ();
Public Sub New ()

Gilt für:

RollingUpgradeStatusInfo(String, String, String, String, IDictionary<String, String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError)

Initialisiert eine neue instance der RollingUpgradeStatusInfo-Klasse.

public RollingUpgradeStatusInfo (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy policy = default, Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus runningStatus = default, Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Management.Compute.Models.ApiError error = default);
new Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusInfo : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy * Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus * Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Management.Compute.Models.ApiError -> Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusInfo
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional policy As RollingUpgradePolicy = Nothing, Optional runningStatus As RollingUpgradeRunningStatus = Nothing, Optional progress As RollingUpgradeProgressInfo = Nothing, Optional error As ApiError = Nothing)

Parameter

location
String

Ressourcenspeicherort

id
String

Ressourcen-ID

name
String

Ressourcenname

type
String

Ressourcentyp

tags
IDictionary<String,String>

Ressourcentags

policy
RollingUpgradePolicy

Die rollierenden Upgraderichtlinien, die für dieses Upgrade angewendet wurden.

runningStatus
RollingUpgradeRunningStatus

Informationen zum aktuellen Ausführungsstatus des Gesamtupgrades.

progress
RollingUpgradeProgressInfo

Informationen zur Anzahl von VM-Instanzen in jedem Upgradestatus.

error
ApiError

Fehlerdetails für dieses Upgrade, falls vorhanden.

Gilt für: