WebAppsOperationsExtensions.PutPrivateAccessVnetAsync メソッド

定義

サイトにアクセスできるプライベート サイト アクセスの有効化と承認された仮想ネットワークに関するデータを設定します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

access
PrivateAccessInner

プライベート アクセスの情報

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「プライベート サイト アクセスの有効化と、サイトにアクセスできる承認された仮想ネットワークに関するデータを設定する」の説明。

適用対象