次の方法で共有


WebAppsOperationsExtensions.ListNetworkFeaturesAsync メソッド

定義

アプリで使用されるすべてのネットワーク機能 (または、指定した場合はデプロイ スロット) を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkFeaturesInner> ListNetworkFeaturesAsync(this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string view, System.Threading.CancellationToken cancellationToken = default);
static member ListNetworkFeaturesAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkFeaturesInner>
<Extension()>
Public Function ListNetworkFeaturesAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, view As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkFeaturesInner)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

アプリの名前。

view
String

ビューの種類。 これには、"概要" または "詳細" のいずれかを指定できます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] アプリで使用されるすべてのネットワーク機能を取得します (指定した場合はデプロイ スロット)。

適用対象