Class Operation
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.Operation
-
public class Operation extends Object
Operation that CDN service supports.
-
-
Constructor Summary
Constructors Constructor Description Operation(OperationInner inner)Construct Operation object from server response object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name value.Stringprovider()Get the provider value.Stringresource()Get the resource value.Stringtype()Get the operation value.
-
-
-
Constructor Detail
-
Operation
public Operation(OperationInner inner)
Construct Operation object from server response object.- Parameters:
inner- server response object containing supported operation description.
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
provider
public String provider()
Get the provider value.- Returns:
- the provider value
-
resource
public String resource()
Get the resource value.- Returns:
- the resource value
-
type
public String type()
Get the operation value.- Returns:
- the operation value
-
-