Class Operation
java.lang.Object
com.microsoft.azure.management.cdn.Operation
Operation that CDN service supports.
- 
Constructor SummaryConstructorsConstructorDescriptionOperation(com.microsoft.azure.management.cdn.implementation.OperationInner inner) Construct Operation object from server response object.
- 
Method Summary
- 
Constructor Details- 
Operationpublic Operation(com.microsoft.azure.management.cdn.implementation.OperationInner inner) Construct Operation object from server response object.- Parameters:
- inner- server response object containing supported operation description.
 
 
- 
- 
Method Details- 
nameGet the name value.- Returns:
- the name value
 
- 
providerGet the provider value.- Returns:
- the provider value
 
- 
resourceGet the resource value.- Returns:
- the resource value
 
- 
typeGet the operation value.- Returns:
- the operation value
 
 
-