Partager via


AppServiceEnvironmentsOperationsExtensions.ListVipsAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AddressResponse> ListVipsAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListVipsAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AddressResponse>
<Extension()>
Public Function ListVipsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AddressResponse)

Parameters

resourceGroupName
String
name
String
cancellationToken
CancellationToken

Returns

Applies to