次の方法で共有


StorageSyncServicesListBySubscriptionHeaders コンストラクター

定義

オーバーロード

StorageSyncServicesListBySubscriptionHeaders()

StorageSyncServicesListBySubscriptionHeaders クラスの新しいインスタンスを初期化します。

StorageSyncServicesListBySubscriptionHeaders(String, String)

StorageSyncServicesListBySubscriptionHeaders クラスの新しいインスタンスを初期化します。

StorageSyncServicesListBySubscriptionHeaders()

StorageSyncServicesListBySubscriptionHeaders クラスの新しいインスタンスを初期化します。

public StorageSyncServicesListBySubscriptionHeaders ();
Public Sub New ()

適用対象

StorageSyncServicesListBySubscriptionHeaders(String, String)

StorageSyncServicesListBySubscriptionHeaders クラスの新しいインスタンスを初期化します。

public StorageSyncServicesListBySubscriptionHeaders (string xMsRequestId = default, string xMsCorrelationRequestId = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncServicesListBySubscriptionHeaders : string * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncServicesListBySubscriptionHeaders
Public Sub New (Optional xMsRequestId As String = Nothing, Optional xMsCorrelationRequestId As String = Nothing)

パラメーター

xMsRequestId
String

要求 ID。

xMsCorrelationRequestId
String

関連付け要求 ID。

適用対象