C# Класс Microsoft.WindowsAzure.Management.CloudService.Model.GetDeploymentStatus

Gets the status for a specified deployment. This class is candidate for being cmdlet so it has this name which similar to cmdlets.
Наследование: ServiceManagementBaseCmdlet
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
InitializeArguments void

Открытые методы

Метод Описание
DeploymentExists ( string rootPath, string inServiceName, string inSlot, string subscription ) : bool
GetDeploymentStatus ( ICommandRuntime commandRuntime ) : System
GetDeploymentStatus ( IServiceManagement channel, ICommandRuntime commandRuntime ) : System
GetDeploymentStatusProcess ( string rootPath, string inServiceName, string inSlot, string subscription ) : string
GetStatus ( string serviceName, string slot ) : string
WaitForState ( string state, string rootPath, string inServiceName, string inSlot, string subscription ) : void

This method waits until the deployment reaches a specified state. Remark: Caller for this method should handle any thrown exception

Защищенные методы

Метод Описание
ProcessRecord ( ) : void

Приватные методы

Метод Описание
InitializeArguments ( string rootPath, string inServiceName, string inSlot, string subscription, string &serviceName, string &slot ) : void

Описание методов

DeploymentExists() публичный Метод

public DeploymentExists ( string rootPath, string inServiceName, string inSlot, string subscription ) : bool
rootPath string
inServiceName string
inSlot string
subscription string
Результат bool

GetDeploymentStatus() публичный Метод

public GetDeploymentStatus ( ICommandRuntime commandRuntime ) : System
commandRuntime ICommandRuntime
Результат System

GetDeploymentStatus() публичный Метод

public GetDeploymentStatus ( IServiceManagement channel, ICommandRuntime commandRuntime ) : System
channel IServiceManagement
commandRuntime ICommandRuntime
Результат System

GetDeploymentStatusProcess() публичный Метод

public GetDeploymentStatusProcess ( string rootPath, string inServiceName, string inSlot, string subscription ) : string
rootPath string
inServiceName string
inSlot string
subscription string
Результат string

GetStatus() публичный Метод

public GetStatus ( string serviceName, string slot ) : string
serviceName string
slot string
Результат string

ProcessRecord() защищенный Метод

protected ProcessRecord ( ) : void
Результат void

WaitForState() публичный Метод

This method waits until the deployment reaches a specified state. Remark: Caller for this method should handle any thrown exception
public WaitForState ( string state, string rootPath, string inServiceName, string inSlot, string subscription ) : void
state string The state which method will wait on
rootPath string The service root path name (can be null)
inServiceName string Service that has the deployment to use (can be null)
inSlot string Type of the slot for deployment which method will wait on
subscription string Subscription name which has the service
Результат void