次の方法で共有


ISupportsListingByRegion<T>.ListByRegion メソッド

定義

オーバーロード

ListByRegion(Region)

指定したリージョン内の指定した型のすべてのリソースを一覧表示します。

ListByRegion(String)

指定したリージョン内の指定した型のすべてのリソースを一覧表示します。

ListByRegion(Region)

指定したリージョン内の指定した型のすべてのリソースを一覧表示します。

public System.Collections.Generic.IEnumerable<T> ListByRegion (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region);
abstract member ListByRegion : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region -> seq<'T>
Public Function ListByRegion (region As Region) As IEnumerable(Of T)

パラメーター

region
Region

選択した Azure リージョンのリージョン

戻り値

リソースの一覧

適用対象

ListByRegion(String)

指定したリージョン内の指定した型のすべてのリソースを一覧表示します。

public System.Collections.Generic.IEnumerable<T> ListByRegion (string regionName);
abstract member ListByRegion : string -> seq<'T>
Public Function ListByRegion (regionName As String) As IEnumerable(Of T)

パラメーター

regionName
String

regionAzure リージョンの名前に名前を付けます

戻り値

リソースの一覧

適用対象