WebSiteSlotResource.GetNetworkFeature(String, CancellationToken) Method

Definition

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: 2021-02-01
  • Resource: NetworkFeatureResource
public virtual Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource> GetNetworkFeature (string view, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkFeature : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>
override this.GetNetworkFeature : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>
Public Overridable Function GetNetworkFeature (view As String, Optional cancellationToken As CancellationToken = Nothing) As 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