Operation Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.Operation

public class Operation

Operation that CDN service supports.

Constructor Summary

Constructor Description
Operation(OperationInner inner)

Construct Operation object from server response object.

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get the name value.

java.lang.String provider()

Get the provider value.

java.lang.String resource()

Get the resource value.

java.lang.String type()

Get the operation value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Operation

public Operation(OperationInner inner)

Construct Operation object from server response object.

Parameters:

inner - server response object containing supported operation description.

Method Details

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

Applies to