IWithAzureFileShare<ParentT> Interface

Definition

The stage of the volume definition allowing to specify a read only Azure File Share name.

public interface IWithAzureFileShare<ParentT>
type IWithAzureFileShare<'ParentT> = interface
Public Interface IWithAzureFileShare(Of ParentT)

Type Parameters

ParentT

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

Derived

Methods

WithExistingReadOnlyAzureFileShare(String)

Specifies an existing Azure file share name.

WithExistingReadWriteAzureFileShare(String)

Specifies an existing Azure file share name.

Applies to