| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static ReplicationStatusTypes |
ReplicationStatusTypes.REPLICATION_STATUS
Static value ReplicationStatus for ReplicationStatusTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplicationStatusTypes |
ReplicationStatusTypes.fromString(String name)
Creates or finds a ReplicationStatusTypes from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.