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 |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
GalleryApplicationsClient.beginUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
GalleryApplicationsClient.beginUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication,
com.azure.core.util.Context context)
Update a gallery Application Definition.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
GalleryApplicationsClient.beginUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationsClient.update(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationsClient.update(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication,
com.azure.core.util.Context context)
Update a gallery Application Definition.
|
Mono<GalleryApplicationInner> |
GalleryApplicationsClient.updateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
GalleryApplicationsClient.updateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
Modifier and Type | Method and Description |
---|---|
GalleryApplicationUpdate |
GalleryApplicationUpdate.withDescription(String description)
Set the description property: The description of this gallery Application Definition resource.
|
GalleryApplicationUpdate |
GalleryApplicationUpdate.withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery Application Definition.
|
GalleryApplicationUpdate |
GalleryApplicationUpdate.withEula(String eula)
Set the eula property: The Eula agreement for the gallery Application Definition.
|
GalleryApplicationUpdate |
GalleryApplicationUpdate.withPrivacyStatementUri(String privacyStatementUri)
Set the privacyStatementUri property: The privacy statement uri.
|
GalleryApplicationUpdate |
GalleryApplicationUpdate.withReleaseNoteUri(String releaseNoteUri)
Set the releaseNoteUri property: The release note uri.
|
GalleryApplicationUpdate |
GalleryApplicationUpdate.withSupportedOSType(OperatingSystemTypes supportedOSType)
Set the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.