IDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of the gallery image definition.
public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithIdentifier, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
type IDefinition = interface
interface IBeta
interface IBlank
interface IWithGallery
interface IWithLocation
interface IWithIdentifier
interface IWithOsTypeAndState
interface IWithCreate
interface ICreatable<IGalleryImage>
interface IIndexable
interface IWithDescription
interface IWithDisallowed
interface IWithEndOfLifeDate
interface IWithEula
interface IWithPrivacyStatementUri
interface IWithPurchasePlan
interface IWithRecommendedVMConfiguration
interface IWithReleaseNoteUri
interface IWithTags
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IGalleryImage), IWithCreate, IWithIdentifier, IWithLocation, IWithOsTypeAndState
- Implements
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithDescription(String) |
Specifies description. (Inherited from IWithDescription) |
WithDisallowed(Disallowed) |
Specifies disallowed settings. (Inherited from IWithDisallowed) |
WithEndOfLifeDate(DateTime) |
Specifies end of life date of the image. (Inherited from IWithEndOfLifeDate) |
WithEula(String) |
Specifies eula. (Inherited from IWithEula) |
WithExistingGallery(IGallery) |
Specifies the gallery in which this image resides. (Inherited from IWithGallery) |
WithExistingGallery(String, String) |
Specifies the gallery in which this image resides. (Inherited from IWithGallery) |
WithGeneralizedLinux() |
Specifies that image is a Linux image with OS state as generalized. (Inherited from IWithOsTypeAndState) |
WithGeneralizedWindows() |
Specifies that image is a Windows image with OS state as generalized. (Inherited from IWithOsTypeAndState) |
WithIdentifier(GalleryImageIdentifier) |
Specifies identifier (publisher, offer and sku) for the image. (Inherited from IWithIdentifier) |
WithIdentifier(String, String, String) |
Specifies an identifier (publisher, offer and sku) for the image. (Inherited from IWithIdentifier) |
WithLinux(OperatingSystemStateTypes) |
Specifies that image is a Linux image. (Inherited from IWithOsTypeAndState) |
WithLocation(Region) |
Specifies location. (Inherited from IWithLocation) |
WithLocation(String) |
Specifies location. (Inherited from IWithLocation) |
WithPrivacyStatementUri(String) |
Specifies image privacy statement uri. (Inherited from IWithPrivacyStatementUri) |
WithPurchasePlan(ImagePurchasePlan) |
Specifies purchase plan for this image. (Inherited from IWithPurchasePlan) |
WithPurchasePlan(String, String, String) |
Specifies purchase plan for this image. (Inherited from IWithPurchasePlan) |
WithRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration) |
Specifies recommended configuration for the virtual machine based on the image. (Inherited from IWithRecommendedVMConfiguration) |
WithRecommendedCPUsCountForVirtualMachine(Int32, Int32) |
Specifies the recommended virtual CUPs for the virtual machine bases on the image. (Inherited from IWithRecommendedVMConfiguration) |
WithRecommendedMaximumCPUsCountForVirtualMachine(Int32) |
Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on this image. (Inherited from IWithRecommendedVMConfiguration) |
WithRecommendedMaximumMemoryForVirtualMachine(Int32) |
Specifies the recommended maximum memory for the virtual machine bases on the image. (Inherited from IWithRecommendedVMConfiguration) |
WithRecommendedMemoryForVirtualMachine(Int32, Int32) |
Specifies the recommended memory for the virtual machine bases on the image. (Inherited from IWithRecommendedVMConfiguration) |
WithRecommendedMinimumCPUsCountForVirtualMachine(Int32) |
Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image. (Inherited from IWithRecommendedVMConfiguration) |
WithRecommendedMinimumMemoryForVirtualMachine(Int32) |
Specifies the recommended minimum memory for the virtual machine bases on the image. (Inherited from IWithRecommendedVMConfiguration) |
WithReleaseNoteUri(String) |
Specifies uri to release note. (Inherited from IWithReleaseNoteUri) |
WithTags(IDictionary<String,String>) |
Specifies tags. (Inherited from IWithTags) |
WithUnsupportedDiskType(DiskSkuTypes) |
Specifies the disk type not supported by the image. (Inherited from IWithDisallowed) |
WithUnsupportedDiskTypes(IList<DiskSkuTypes>) |
Specifies the disk types not supported by the image. (Inherited from IWithDisallowed) |
WithWindows(OperatingSystemStateTypes) |
Specifies that image is a Windows image. (Inherited from IWithOsTypeAndState) |
Applies to
Azure SDK for .NET