Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GalleryImage.Update |
GalleryImage.UpdateStages.WithDescription.withDescription(String description)
Specifies description of the gallery image resource.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithDisallowed.withDisallowed(Disallowed disallowed)
Specifies disallowed settings.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithEndOfLifeDate.withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
Specifies end of life date of the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithEula.withEula(String eula)
Specifies eula.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithOsState.withOsState(OperatingSystemStateTypes osState)
Specifies osState.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithDisallowed.withoutUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type should be removed from the unsupported disk type.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithPrivacyStatementUri.withPrivacyStatementUri(String privacyStatementUri)
Specifies image privacy statement uri.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
Specifies recommended configuration for the virtual machine based on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedCPUsCountForVirtualMachine(int minCount,
int maxCount)
Specifies the recommended virtual CUPs for the virtual machine bases on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMaximumCPUsCountForVirtualMachine(int maxCount)
Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMaximumMemoryForVirtualMachine(int maxMB)
Specifies the recommended maximum memory for the virtual machine bases on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMemoryForVirtualMachine(int minMB,
int maxMB)
Specifies the recommended virtual CUPs for the virtual machine bases on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMinimumCPUsCountForVirtualMachine(int minCount)
Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMinimumMemoryForVirtualMachine(int minMB)
Specifies the recommended minimum memory for the virtual machine bases on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithReleaseNoteUri.withReleaseNoteUri(String releaseNoteUri)
Specifies release note uri.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithTags.withTags(Map<String,String> tags)
Specifies tags.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithDisallowed.withUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type not supported by the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithDisallowed.withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)
Specifies the disk types not supported by the image.
|
Copyright © 2019. All rights reserved.