Interface GalleryImage.Definition
-
- All Superinterfaces:
Creatable<GalleryImage>,GalleryImage.DefinitionStages.Blank,GalleryImage.DefinitionStages.WithCreate,GalleryImage.DefinitionStages.WithDescription,GalleryImage.DefinitionStages.WithDisallowed,GalleryImage.DefinitionStages.WithEndOfLifeDate,GalleryImage.DefinitionStages.WithEula,GalleryImage.DefinitionStages.WithGallery,GalleryImage.DefinitionStages.WithIdentifier,GalleryImage.DefinitionStages.WithLocation,GalleryImage.DefinitionStages.WithOsTypeAndState,GalleryImage.DefinitionStages.WithPrivacyStatementUri,GalleryImage.DefinitionStages.WithPurchasePlan,GalleryImage.DefinitionStages.WithRecommendedVMConfiguration,GalleryImage.DefinitionStages.WithReleaseNoteUri,GalleryImage.DefinitionStages.WithTags,HasName,Indexable
- Enclosing interface:
- GalleryImage
public static interface GalleryImage.Definition extends GalleryImage.DefinitionStages.Blank, GalleryImage.DefinitionStages.WithGallery, GalleryImage.DefinitionStages.WithLocation, GalleryImage.DefinitionStages.WithIdentifier, GalleryImage.DefinitionStages.WithOsTypeAndState, GalleryImage.DefinitionStages.WithCreate
The entirety of the gallery image definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithDescription
withDescription
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithDisallowed
withDisallowed, withUnsupportedDiskType, withUnsupportedDiskTypes
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithEndOfLifeDate
withEndOfLifeDate
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithEula
withEula
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithGallery
withExistingGallery, withExistingGallery
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithIdentifier
withIdentifier, withIdentifier
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithLocation
withLocation, withLocation
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithOsTypeAndState
withGeneralizedLinux, withGeneralizedWindows, withLinux, withWindows
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithPrivacyStatementUri
withPrivacyStatementUri
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithPurchasePlan
withPurchasePlan, withPurchasePlan
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration
withRecommendedConfigurationForVirtualMachine, withRecommendedCPUsCountForVirtualMachine, withRecommendedMaximumCPUsCountForVirtualMachine, withRecommendedMaximumMemoryForVirtualMachine, withRecommendedMemoryForVirtualMachine, withRecommendedMinimumCPUsCountForVirtualMachine, withRecommendedMinimumMemoryForVirtualMachine
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithReleaseNoteUri
withReleaseNoteUri
-
Methods inherited from interface com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithTags
withTags
-
-