Interface VirtualApplianceSkusClient
-
public interface VirtualApplianceSkusClientAn instance of this class provides access to all the operations defined in VirtualApplianceSkusClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkVirtualApplianceSkuInnerget(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.
-
-
-
Method Detail
-
listAsync
com.azure.core.http.rest.PagedFlux<NetworkVirtualApplianceSkuInner> listAsync()
List all SKUs available for a virtual appliance.- Returns:
- response for ListNetworkVirtualApplianceSkus API service call as paginated response with
PagedFlux. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceSkuInner> list()
List all SKUs available for a virtual appliance.- Returns:
- response for ListNetworkVirtualApplianceSkus API service call as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceSkuInner> list(com.azure.core.util.Context context)
List all SKUs available for a virtual appliance.- Parameters:
context- The context to associate with this operation.- Returns:
- response for ListNetworkVirtualApplianceSkus API service call as paginated response with
PagedIterable. - Throws:
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.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<NetworkVirtualApplianceSkuInner>> getWithResponseAsync(String skuName)
Retrieves a single available sku for network virtual appliance.- Parameters:
skuName- Name of the Sku.- Returns:
- available NetworkVirtualApplianceSkus along with
Responseon successful completion ofMono. - Throws:
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.
-
getAsync
Mono<NetworkVirtualApplianceSkuInner> getAsync(String skuName)
Retrieves a single available sku for network virtual appliance.- Parameters:
skuName- Name of the Sku.- Returns:
- available NetworkVirtualApplianceSkus on successful completion of
Mono. - Throws:
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.
-
get
NetworkVirtualApplianceSkuInner get(String skuName)
Retrieves a single available sku for network virtual appliance.- Parameters:
skuName- Name of the Sku.- Returns:
- available NetworkVirtualApplianceSkus.
- Throws:
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.
-
getWithResponse
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.- Parameters:
skuName- Name of the Sku.context- The context to associate with this operation.- Returns:
- available NetworkVirtualApplianceSkus along with
Response. - Throws:
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.
-
-