ContainerService.DefinitionStages.WithMasterStorageProfile Interface

public interface WithMasterStorageProfile

The stage of a container service definition allowing to specify the master's virtual machine storage kind.

Method Summary

Modifier and Type Method and Description
ContainerService.DefinitionStages.WithCreate withMasterStorageProfile(ContainerServiceStorageProfileTypes storageProfile)

Specifies the storage kind to be used for every machine in master pool.

Method Details

withMasterStorageProfile

public WithCreate withMasterStorageProfile(ContainerServiceStorageProfileTypes storageProfile)

Specifies the storage kind to be used for every machine in master pool.

Parameters:

storageProfile - the storage kind to be used for every machine in the master pool

Returns:

the next stage of the definition

Applies to