Property | Type | Description |
---|
Method | Description | |
---|---|---|
OperationInfoBuildInfo ( ) : System.Linq |
Initializes a new instance of the OperationInfoBuildInfo class.
|
|
OperationInfoBuildInfo ( string type = default(string), string status = default(string), string createdDateTime = default(string), string lastActionDateTime = default(string), int percentComplete = default(int?), string message = default(string), string resourceLocation = default(string), |
Initializes a new instance of the OperationInfoBuildInfo class.
|
public OperationInfoBuildInfo ( ) : System.Linq | ||
return | System.Linq |
public OperationInfoBuildInfo ( string type = default(string), string status = default(string), string createdDateTime = default(string), string lastActionDateTime = default(string), int percentComplete = default(int?), string message = default(string), string resourceLocation = default(string), |
||
type | string | Type of operation, currently 'BuildModel' is /// the only supported value |
status | string | Description for operation status. /// e.g. For 'BuildModel' operation type, this can be one /// of: NotStarted, Running, Cancelling, Cancelled, Succeeded, /// Failed. |
createdDateTime | string | Operation creation time |
lastActionDateTime | string | Operation last updated /// time |
percentComplete | int | Operation progress |
message | string | Description for operation. |
resourceLocation | string | A unique resource location for this /// operation |
result | An object reprsenting the final result of the /// operation | |
return | System.Linq |