你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Operation Class

  • java.lang.Object
    • com.azure.resourcemanager.cdn.models.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
String name()

Get the name value.

String provider()

Get the provider value.

String resource()

Get the resource value.

String type()

Get the operation value.

Methods inherited from java.lang.Object

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