次の方法で共有


AllowedConnections interface

AllowedConnections を表すインターフェイス。

メソッド

get(string, string, string, AllowedConnectionsGetOptionalParams)

接続の種類に基づいて、サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。

list(AllowedConnectionsListOptionalParams)

サブスクリプションのリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します

listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)

サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。

メソッドの詳細

get(string, string, string, AllowedConnectionsGetOptionalParams)

接続の種類に基づいて、サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。

function get(resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams): Promise<AllowedConnectionsResource>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

connectionType

string

許可される接続の種類 (内部、外部)

options
AllowedConnectionsGetOptionalParams

オプション パラメーター。

戻り値

list(AllowedConnectionsListOptionalParams)

サブスクリプションのリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します

function list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>

パラメーター

options
AllowedConnectionsListOptionalParams

オプション パラメーター。

戻り値

listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)

サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。

function listByHomeRegion(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

options
AllowedConnectionsListByHomeRegionOptionalParams

オプション パラメーター。

戻り値