次の方法で共有


StorageSyncServicesOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ名で StorageSyncService リストを取得します。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService> ListByResourceGroup (this Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations * string -> seq<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService>
<Extension()>
Public Function ListByResourceGroup (operations As IStorageSyncServicesOperations, resourceGroupName As String) As IEnumerable(Of StorageSyncService)

パラメーター

operations
IStorageSyncServicesOperations

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

resourceGroupName
String

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

戻り値

適用対象