Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GalleryApplicationInner |
GalleryApplicationsClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationsClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication,
com.azure.core.util.Context context)
Create or update a gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationsClient.get(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Retrieves information about 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.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
GalleryApplicationsClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
GalleryApplicationsClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication,
com.azure.core.util.Context context)
Create or update a gallery Application Definition.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
GalleryApplicationsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationsClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationsClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication,
com.azure.core.util.Context context)
Create or update a gallery Application Definition.
|
Mono<GalleryApplicationInner> |
GalleryApplicationsClient.createOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
GalleryApplicationsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
Modifier and Type | Method and Description |
---|---|
GalleryApplicationInner |
GalleryApplicationInner.withDescription(String description)
Set the description property: The description of this gallery Application Definition resource.
|
GalleryApplicationInner |
GalleryApplicationInner.withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationInner.withEula(String eula)
Set the eula property: The Eula agreement for the gallery Application Definition.
|
GalleryApplicationInner |
GalleryApplicationInner.withPrivacyStatementUri(String privacyStatementUri)
Set the privacyStatementUri property: The privacy statement uri.
|
GalleryApplicationInner |
GalleryApplicationInner.withReleaseNoteUri(String releaseNoteUri)
Set the releaseNoteUri property: The release note uri.
|
GalleryApplicationInner |
GalleryApplicationInner.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.