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 |
---|---|
GalleryImageInner |
GalleryImagesClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage)
Create or update a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage,
com.azure.core.util.Context context)
Create or update a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.get(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.update(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageUpdate galleryImage)
Update a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.update(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageUpdate galleryImage,
com.azure.core.util.Context context)
Update a gallery Image Definition.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner> |
GalleryImagesClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage)
Create or update a gallery Image Definition.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner> |
GalleryImagesClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage,
com.azure.core.util.Context context)
Create or update a gallery Image Definition.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner> |
GalleryImagesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage)
Create or update a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage)
Create or update a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.createOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage,
com.azure.core.util.Context context)
Create or update a gallery Image Definition.
|
Mono<GalleryImageInner> |
GalleryImagesClient.createOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage)
Create or update a gallery Image Definition.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
GalleryImagesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageInner galleryImage)
Create or update a gallery Image Definition.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageInner |
GalleryImageInner.withDescription(String description)
Set the description property: The description of this gallery Image Definition resource.
|
GalleryImageInner |
GalleryImageInner.withDisallowed(Disallowed disallowed)
Set the disallowed property: Describes the disallowed disk types.
|
GalleryImageInner |
GalleryImageInner.withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery Image Definition.
|
GalleryImageInner |
GalleryImageInner.withEula(String eula)
Set the eula property: The Eula agreement for the gallery Image Definition.
|
GalleryImageInner |
GalleryImageInner.withHyperVGeneration(HyperVGeneration hyperVGeneration)
Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.
|
GalleryImageInner |
GalleryImageInner.withIdentifier(GalleryImageIdentifier identifier)
Set the identifier property: This is the gallery Image Definition identifier.
|
GalleryImageInner |
GalleryImageInner.withOsState(OperatingSystemStateTypes osState)
Set the osState property: This property allows the user to specify whether the virtual machines created under
this image are 'Generalized' or 'Specialized'.
|
GalleryImageInner |
GalleryImageInner.withOsType(OperatingSystemTypes osType)
Set the osType property: This property allows you to specify the type of the OS that is included in the disk when
creating a VM from a managed image.
|
GalleryImageInner |
GalleryImageInner.withPrivacyStatementUri(String privacyStatementUri)
Set the privacyStatementUri property: The privacy statement uri.
|
GalleryImageInner |
GalleryImageInner.withPurchasePlan(ImagePurchasePlan purchasePlan)
Set the purchasePlan property: Describes the gallery Image Definition purchase plan.
|
GalleryImageInner |
GalleryImageInner.withRecommended(RecommendedMachineConfiguration recommended)
Set the recommended property: The properties describe the recommended machine configuration for this Image
Definition.
|
GalleryImageInner |
GalleryImageInner.withReleaseNoteUri(String releaseNoteUri)
Set the releaseNoteUri property: The release note uri.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.