Mono<NetworkFeaturesInner> |
WebAppsClient.listNetworkFeaturesAsync(String resourceGroupName,
String name,
String view) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|
Mono<NetworkFeaturesInner> |
WebAppsClient.listNetworkFeaturesSlotAsync(String resourceGroupName,
String name,
String view,
String slot) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<NetworkFeaturesInner> |
WebAppsClient.listNetworkFeaturesSlotWithResponse(String resourceGroupName,
String name,
String view,
String slot,
com.azure.core.util.Context context) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<NetworkFeaturesInner>> |
WebAppsClient.listNetworkFeaturesSlotWithResponseAsync(String resourceGroupName,
String name,
String view,
String slot) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<NetworkFeaturesInner> |
WebAppsClient.listNetworkFeaturesWithResponse(String resourceGroupName,
String name,
String view,
com.azure.core.util.Context context) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<NetworkFeaturesInner>> |
WebAppsClient.listNetworkFeaturesWithResponseAsync(String resourceGroupName,
String name,
String view) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|