你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationValue 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述计算操作值的属性。
[Microsoft.Rest.Serialization.JsonTransformation]
public class OperationValue
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OperationValue = class
Public Class OperationValue
- 继承
-
OperationValue
- 属性
构造函数
OperationValue() |
初始化 OperationValue 类的新实例。 |
OperationValue(String, String, String, String, String, String) |
初始化 OperationValue 类的新实例。 |
属性
Description |
获取操作的说明。 |
Name |
获取计算操作的名称。 |
Operation |
获取计算操作的显示名称。 |
Origin |
获取计算操作的原点。 |
Provider |
获取操作的资源提供程序。 |
Resource |
获取操作应用于的资源的显示名称。 |