AllowedConnections interface
AllowedConnections を表すインターフェイス。
メソッド
| get(string, string, string, Allowed |
接続の種類に基づいて、サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。 |
| list(Allowed |
サブスクリプションのリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します |
| list |
サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。 |
メソッドの詳細
get(string, string, string, AllowedConnectionsGetOptionalParams)
接続の種類に基づいて、サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。
function get(resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams): Promise<AllowedConnectionsResource>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- connectionType
-
string
許可される接続の種類 (内部、外部)
オプション パラメーター。
戻り値
Promise<AllowedConnectionsResource>
list(AllowedConnectionsListOptionalParams)
サブスクリプションのリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します
function list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)
サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。
function listByHomeRegion(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
オプション パラメーター。