Get-AzCloudServiceInstanceView
Ruft den Status eines Clouddiensts ab.
Syntax
Get-AzCloudServiceInstanceView
-CloudServiceName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Beschreibung
Ruft den Status eines Clouddiensts ab.
Beispiele
Beispiel 1: Abrufen der Clouddienstinstanzansicht
$cloudServiceInstanceView = Get-AzCloudServiceInstanceView -ResourceGroupName "ContosOrg" -CloudServiceName "ContosoCS"
$cloudServiceInstanceView
$cloudServiceInstanceView.ToJsonString()
RoleInstanceStatusesSummary Statuses
--------------------------- --------
{{ProvisioningState/succeeded : 4}, {PowerState/started : 4}} {Provisioning succeeded, Started, Current Upgrade Domain of cloud service is -1., Max Upgrade Domain of cloud service is 1.}
{
"roleInstance": {
"statusesSummary": [
{
"code": "ProvisioningState/succeeded",
"count": 4
},
{
"code": "PowerState/started",
"count": 4
}
]
},
"statuses": [
{
"code": "ProvisioningState/succeeded",
"displayStatus": "Provisioning succeeded",
"level": "Info",
"time": "2020-10-28T13:26:48.8109686Z"
},
{
"code": "PowerState/started",
"displayStatus": "Started",
"level": "Info",
"time": "2020-10-28T13:26:48.8109686Z"
},
{
"code": "CurrentUpgradeDomain/-1",
"displayStatus": "Current Upgrade Domain of cloud service is -1.",
"level": "Info"
},
{
"code": "MaxUpgradeDomain/1",
"displayStatus": "Max Upgrade Domain of cloud service is 1.",
"level": "Info"
}
]
}
Dieses Cmdlet ruft die Instanzansicht des Clouddiensts "ContosoCS" ab, der zur Ressourcengruppe "ContosOrg" gehört.
Parameter
-CloudServiceName
Name des Clouddiensts.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Der Parameter DefaultProfile ist nicht funktionsfähig. Verwenden Sie den Parameter "SubscriptionId", wenn sie verfügbar ist, wenn Sie das Cmdlet für ein anderes Abonnement ausführen.
Typ: | PSObject |
Aliase: | AzureRMContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Name der Ressourcengruppe
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SubscriptionId
Abonnementanmeldeinformationen, die das Microsoft Azure-Abonnement eindeutig identifizieren. Die Abonnement-ID ist Teil des URI für jeden Dienstaufruf.
Typ: | String[] |
Position: | Named |
Standardwert: | (Get-AzContext).Subscription.Id |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Ausgaben
Azure PowerShell