public interface VirtualMachineExtensionImagesClient
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtensionImageInner |
get(String location,
String publisherName,
String type,
String version)
Gets a virtual machine extension image.
|
Mono<VirtualMachineExtensionImageInner> |
getAsync(String location,
String publisherName,
String type,
String version)
Gets a virtual machine extension image.
|
com.azure.core.http.rest.Response<VirtualMachineExtensionImageInner> |
getWithResponse(String location,
String publisherName,
String type,
String version,
com.azure.core.util.Context context)
Gets a virtual machine extension image.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionImageInner>> |
getWithResponseAsync(String location,
String publisherName,
String type,
String version)
Gets a virtual machine extension image.
|
List<VirtualMachineExtensionImageInner> |
listTypes(String location,
String publisherName)
Gets a list of virtual machine extension image types.
|
Mono<List<VirtualMachineExtensionImageInner>> |
listTypesAsync(String location,
String publisherName)
Gets a list of virtual machine extension image types.
|
com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>> |
listTypesWithResponse(String location,
String publisherName,
com.azure.core.util.Context context)
Gets a list of virtual machine extension image types.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>>> |
listTypesWithResponseAsync(String location,
String publisherName)
Gets a list of virtual machine extension image types.
|
List<VirtualMachineExtensionImageInner> |
listVersions(String location,
String publisherName,
String type)
Gets a list of virtual machine extension image versions.
|
Mono<List<VirtualMachineExtensionImageInner>> |
listVersionsAsync(String location,
String publisherName,
String type)
Gets a list of virtual machine extension image versions.
|
Mono<List<VirtualMachineExtensionImageInner>> |
listVersionsAsync(String location,
String publisherName,
String type,
String filter,
Integer top,
String orderby)
Gets a list of virtual machine extension image versions.
|
com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>> |
listVersionsWithResponse(String location,
String publisherName,
String type,
String filter,
Integer top,
String orderby,
com.azure.core.util.Context context)
Gets a list of virtual machine extension image versions.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>>> |
listVersionsWithResponseAsync(String location,
String publisherName,
String type,
String filter,
Integer top,
String orderby)
Gets a list of virtual machine extension image versions.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionImageInner>> getWithResponseAsync(String location, String publisherName, String type, String version)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.version
- The version parameter.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<VirtualMachineExtensionImageInner> getAsync(String location, String publisherName, String type, String version)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.version
- The version parameter.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.VirtualMachineExtensionImageInner get(String location, String publisherName, String type, String version)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.version
- The version parameter.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<VirtualMachineExtensionImageInner> getWithResponse(String location, String publisherName, String type, String version, com.azure.core.util.Context context)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.version
- The version parameter.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<List<VirtualMachineExtensionImageInner>>> listTypesWithResponseAsync(String location, String publisherName)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.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<List<VirtualMachineExtensionImageInner>> listTypesAsync(String location, String publisherName)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.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.List<VirtualMachineExtensionImageInner> listTypes(String location, String publisherName)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.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<List<VirtualMachineExtensionImageInner>> listTypesWithResponse(String location, String publisherName, com.azure.core.util.Context context)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.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<List<VirtualMachineExtensionImageInner>>> listVersionsWithResponseAsync(String location, String publisherName, String type, String filter, Integer top, String orderby)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.filter
- The filter to apply on the operation.top
- The top parameter.orderby
- The orderby parameter.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<List<VirtualMachineExtensionImageInner>> listVersionsAsync(String location, String publisherName, String type, String filter, Integer top, String orderby)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.filter
- The filter to apply on the operation.top
- The top parameter.orderby
- The orderby parameter.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<List<VirtualMachineExtensionImageInner>> listVersionsAsync(String location, String publisherName, String type)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.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.List<VirtualMachineExtensionImageInner> listVersions(String location, String publisherName, String type)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.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<List<VirtualMachineExtensionImageInner>> listVersionsWithResponse(String location, String publisherName, String type, String filter, Integer top, String orderby, com.azure.core.util.Context context)
location
- The name of a supported Azure region.publisherName
- The publisherName parameter.type
- The type parameter.filter
- The filter to apply on the operation.top
- The top parameter.orderby
- The orderby parameter.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.