| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GalleryImage.Definition
The entirety of the gallery image definition.
|
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithDescription.withDescription(String description)
Specifies description.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithDisallowed.withDisallowed(Disallowed disallowed)
Specifies disallowed settings.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithEndOfLifeDate.withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Specifies end of life date of the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithEula.withEula(String eula)
Specifies eula.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithOsTypeAndState.withGeneralizedLinux()
Specifies that image is a Linux image with OS state as generalized.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithOsTypeAndState.withGeneralizedWindows()
Specifies that image is a Windows image with OS state as generalized.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithOsTypeAndState.withLinux(OperatingSystemStateTypes osState)
Specifies that image is a Linux image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithPrivacyStatementUri.withPrivacyStatementUri(String privacyStatementUri)
Specifies image privacy statement uri.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithPurchasePlan.withPurchasePlan(ImagePurchasePlan purchasePlan)
Specifies purchase plan for this image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithPurchasePlan.withPurchasePlan(String name,
String publisher,
String product)
Specifies purchase plan for this image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
Specifies recommended configuration for the virtual machine based on the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedCPUsCountForVirtualMachine(int minCount,
int maxCount)
Specifies the recommended virtual CUPs for the virtual machine bases on the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMaximumCPUsCountForVirtualMachine(int maxCount)
Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on this image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMaximumMemoryForVirtualMachine(int maxMB)
Specifies the recommended maximum memory for the virtual machine bases on the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMemoryForVirtualMachine(int minMB,
int maxMB)
Specifies the recommended memory for the virtual machine bases on the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMinimumCPUsCountForVirtualMachine(int minCount)
Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMinimumMemoryForVirtualMachine(int minMB)
Specifies the recommended minimum memory for the virtual machine bases on the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithReleaseNoteUri.withReleaseNoteUri(String releaseNoteUri)
Specifies uri to release note.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithTags.withTags(Map<String,String> tags)
Specifies tags.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithDisallowed.withUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type not supported by the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithDisallowed.withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)
Specifies the disk types not supported by the image.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithOsTypeAndState.withWindows(OperatingSystemStateTypes osState)
Specifies that image is a Windows image.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.