次の方法で共有


StorageSyncServicesOperationsExtensions.Update メソッド

定義

特定の StorageSyncService にパッチを適用します。

public static Microsoft.Azure.Management.StorageSync.Models.StorageSyncService Update(this Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations operations, string resourceGroupName, string storageSyncServiceName, Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceUpdateParameters parameters = default);
static member Update : Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations * string * string * Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceUpdateParameters -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncService
<Extension()>
Public Function Update (operations As IStorageSyncServicesOperations, resourceGroupName As String, storageSyncServiceName As String, Optional parameters As StorageSyncServiceUpdateParameters = Nothing) As StorageSyncService

パラメーター

operations
IStorageSyncServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

storageSyncServiceName
String

ストレージ同期サービス リソースの名前。

parameters
StorageSyncServiceUpdateParameters

ストレージ同期サービス リソース。

戻り値

適用対象