public final class CancelAllMediaOperationsResult extends Object
| Constructor and Description |
|---|
CancelAllMediaOperationsResult(String operationId,
OperationStatus status,
String operationContext,
ResultInfo resultInfo)
Initializes a new instance of CancelAllMediaOperationsResult.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationContext()
Get the operationContext property: Gets the operation context.
|
String |
getOperationId()
Get the operationId property: The operation id.
|
ResultInfo |
getResultInfo()
Get the resultInfo property: Gets the result info.
|
OperationStatus |
getStatus()
Get the status property: Gets the status of the operation.
|
public CancelAllMediaOperationsResult(String operationId, OperationStatus status, String operationContext, ResultInfo resultInfo)
operationId - the operationId value.status - the status value.operationContext - the operationContext value.resultInfo - the resultInfo value.public String getOperationId()
public OperationStatus getStatus()
public String getOperationContext()
public ResultInfo getResultInfo()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.