Share via


IWithStorageProfile<ParentT> Interface

Definition

The stage of a container service agent pool definition allowing to specify the agent pool storage kind.

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

Type Parameters

ParentT

The stage of the container service definition to return to after attaching this definition.

Derived

Methods

WithStorageProfile(ContainerServiceStorageProfileTypes)

Specifies the storage kind to be used for each virtual machine in the agent pool.

Applies to