WebAppsOperationsExtensions.ListNetworkFeaturesSlotAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

view
String

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

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API は運用スロットのネットワーク機能を取得します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象