IWithCreateAndDataDiskImageOSDiskSettings Interface

Definition

The stage of an image definition allowing to create the image or add optional data disk images and configure OS disk settings.

public interface IWithCreateAndDataDiskImageOSDiskSettings : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithDataDiskImage, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithOSDiskSettings, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>
type IWithCreateAndDataDiskImageOSDiskSettings = interface
    interface IWithCreate
    interface IWithZoneResilient
    interface IBeta
    interface ICreatable<IVirtualMachineCustomImage>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithOSDiskSettings
    interface IWithDataDiskImage
Public Interface IWithCreateAndDataDiskImageOSDiskSettings
Implements IBeta, ICreatable(Of IVirtualMachineCustomImage), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithDataDiskImage, IWithOSDiskSettings
Derived
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>)
DefineDataDiskImage()

Begins the definition of a new data disk image to add to the image.

(Inherited from IWithDataDiskImage)
WithDataDiskImageFromManagedDisk(String)

Adds a data disk image with an existing managed disk as the source.

(Inherited from IWithDataDiskImage)
WithDataDiskImageFromSnapshot(String)

Adds a data disk image with an existing snapshot as the source.

(Inherited from IWithDataDiskImage)
WithDataDiskImageFromVhd(String)

Adds a data disk image with a virtual hard disk as the source.

(Inherited from IWithDataDiskImage)
WithOSDiskCaching(CachingTypes)

Specifies the caching type for OS disk.

(Inherited from IWithOSDiskSettings)
WithOSDiskSizeInGB(Int32)

Specifies the size in GB for OS disk.

(Inherited from IWithOSDiskSettings)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)
WithZoneResilient()

Specifies that zone resiliency should be enabled for the image.

(Inherited from IWithZoneResilient)

Applies to