StartGatewayPublicDiagnosticsParameters 类

 

提供给该启动公用诊断操作的参数。

命名空间:   Microsoft.WindowsAzure.Management.Network.Models
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

继承层次结构

System.Object
  Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters

语法

public class StartGatewayPublicDiagnosticsParameters
public ref class StartGatewayPublicDiagnosticsParameters 
type StartGatewayPublicDiagnosticsParameters = class end
Public Class StartGatewayPublicDiagnosticsParameters

构造函数

名称 说明
StartGatewayPublicDiagnosticsParameters()

初始化 StartGatewayPublicDiagnosticsParameters 类的新实例。

属性

名称 说明
CaptureDurationInSeconds

可选。 以秒为单位 (1 到 300) 之间捕获的持续时间

ContainerName

可选。 (可选) 的客户提供的容器名称

CustomerStorageKey

可选。 客户的存储帐户密钥

CustomerStorageName

可选。 客户的存储帐户名称

Operation

可选。 要执行此网关租户的更新网关诊断操作

方法

名称 说明
Equals(Object)

(从 Object 继承。)

Finalize()

(从 Object 继承。)

GetHashCode()

(从 Object 继承。)

GetType()

(从 Object 继承。)

MemberwiseClone()

(从 Object 继承。)

ToString()

(从 Object 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首