Property | Type | Description | |
---|---|---|---|
InitializeArguments | void |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
ProcessRecord ( ) : void |
Method | Description | |
---|---|---|
InitializeArguments ( string rootPath, string inServiceName, string inSlot, string subscription, string &serviceName, string &slot ) : void |
public DeploymentExists ( string rootPath, string inServiceName, string inSlot, string subscription ) : bool | ||
rootPath | string | |
inServiceName | string | |
inSlot | string | |
subscription | string | |
return | bool |
public GetDeploymentStatus ( ICommandRuntime commandRuntime ) : System | ||
commandRuntime | ICommandRuntime | |
return | System |
public GetDeploymentStatus ( IServiceManagement channel, ICommandRuntime commandRuntime ) : System | ||
channel | IServiceManagement | |
commandRuntime | ICommandRuntime | |
return | System |
public GetDeploymentStatusProcess ( string rootPath, string inServiceName, string inSlot, string subscription ) : string | ||
rootPath | string | |
inServiceName | string | |
inSlot | string | |
subscription | string | |
return | string |
public GetStatus ( string serviceName, string slot ) : string | ||
serviceName | string | |
slot | string | |
return | string |
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 |
return | void |