WebSiteSlotResource.GetNetworkFeatureAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Gets all network features used by the app (or deployment slot, if specified).
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkFeatures/{view}
- Operation Id: WebApps_ListNetworkFeaturesSlot
- Default Api Version: 2023-12-01
- Resource: NetworkFeatureResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>> GetNetworkFeatureAsync (string view, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkFeatureAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>>
override this.GetNetworkFeatureAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>>
Public Overridable Function GetNetworkFeatureAsync (view As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkFeatureResource))
Parameters
- view
- String
The type of view. Only "summary" is supported at this time.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
view
is null.
view
is an empty string, and was expected to be non-empty.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET