Mono<GalleryApplicationVersionInner> |
GalleryApplicationVersionsClient.getAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
ReplicationStatusTypes expand) |
Retrieves information about a gallery Application Version.
|
Mono<GalleryImageVersionInner> |
GalleryImageVersionsClient.getAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
ReplicationStatusTypes expand) |
Retrieves information about a gallery image version.
|
com.azure.core.http.rest.Response<GalleryApplicationVersionInner> |
GalleryApplicationVersionsClient.getWithResponse(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
ReplicationStatusTypes expand,
com.azure.core.util.Context context) |
Retrieves information about a gallery Application Version.
|
com.azure.core.http.rest.Response<GalleryImageVersionInner> |
GalleryImageVersionsClient.getWithResponse(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
ReplicationStatusTypes expand,
com.azure.core.util.Context context) |
Retrieves information about a gallery image version.
|
Mono<com.azure.core.http.rest.Response<GalleryApplicationVersionInner>> |
GalleryApplicationVersionsClient.getWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
ReplicationStatusTypes expand) |
Retrieves information about a gallery Application Version.
|
Mono<com.azure.core.http.rest.Response<GalleryImageVersionInner>> |
GalleryImageVersionsClient.getWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
ReplicationStatusTypes expand) |
Retrieves information about a gallery image version.
|