IWithAttach<ParentT> Interface

Definition

The final stage of the data disk image definition. At this stage, any remaining optional settings can be specified, or the data disk definition can be attached to the parent image definition.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithDiskSettings<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithDiskSettings<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithDiskSettings(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithDiskCaching(CachingTypes)

Specifies the caching type for data disk.

(Inherited from IWithDiskSettings<ParentT>)
WithDiskSizeInGB(Int32)

Specifies the size in GB for data disk.

(Inherited from IWithDiskSettings<ParentT>)

Applies to