public interface VirtualApplianceSkusClient
| Modifier and Type | Method and Description |
|---|---|
NetworkVirtualApplianceSkuInner |
get(String skuName)
Retrieves a single available sku for network virtual appliance.
|
Mono<NetworkVirtualApplianceSkuInner> |
getAsync(String skuName)
Retrieves a single available sku for network virtual appliance.
|
com.azure.core.http.rest.Response<NetworkVirtualApplianceSkuInner> |
getWithResponse(String skuName,
com.azure.core.util.Context context)
Retrieves a single available sku for network virtual appliance.
|
Mono<com.azure.core.http.rest.Response<NetworkVirtualApplianceSkuInner>> |
getWithResponseAsync(String skuName)
Retrieves a single available sku for network virtual appliance.
|
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceSkuInner> |
list()
List all SKUs available for a virtual appliance.
|
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceSkuInner> |
list(com.azure.core.util.Context context)
List all SKUs available for a virtual appliance.
|
com.azure.core.http.rest.PagedFlux<NetworkVirtualApplianceSkuInner> |
listAsync()
List all SKUs available for a virtual appliance.
|
com.azure.core.http.rest.PagedFlux<NetworkVirtualApplianceSkuInner> listAsync()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceSkuInner> list()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceSkuInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkVirtualApplianceSkuInner>> getWithResponseAsync(String skuName)
skuName - Name of the Sku.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkVirtualApplianceSkuInner> getAsync(String skuName)
skuName - Name of the Sku.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkVirtualApplianceSkuInner get(String skuName)
skuName - Name of the Sku.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkVirtualApplianceSkuInner> getWithResponse(String skuName, com.azure.core.util.Context context)
skuName - Name of the Sku.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.