IUpdate Interface

Definition

The template for a gallery image update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithDescription, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithDisallowed, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithEndOfLifeDate, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithEula, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithOsState, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithPrivacyStatementUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithRecommendedVMConfiguration, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithReleaseNoteUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IGalleryImage>
    interface IIndexable
    interface IWithDescription
    interface IWithDisallowed
    interface IWithEndOfLifeDate
    interface IWithEula
    interface IWithOsState
    interface IWithPrivacyStatementUri
    interface IWithRecommendedVMConfiguration
    interface IWithReleaseNoteUri
    interface IWithTags
Public Interface IUpdate
Implements IAppliable(Of IGalleryImage), IBeta, IWithDescription, IWithDisallowed, IWithEndOfLifeDate, IWithEula, IWithOsState, IWithPrivacyStatementUri, IWithRecommendedVMConfiguration, IWithReleaseNoteUri, IWithTags
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithDescription(String)

Specifies description of the gallery image resource.

(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)
WithOsState(OperatingSystemStateTypes)

Specifies osState.

(Inherited from IWithOsState)
WithoutUnsupportedDiskType(DiskSkuTypes)

Specifies the disk type should be removed from the unsupported disk type.

(Inherited from IWithDisallowed)
WithPrivacyStatementUri(String)

Specifies image privacy statement uri.

(Inherited from IWithPrivacyStatementUri)
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 the 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 virtual CUPs 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 release note uri.

(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)

Applies to