Interface ContainerService.DefinitionStages.WithMasterStorageProfile
- All Known Subinterfaces:
ContainerService.Definition,ContainerService.DefinitionStages.WithCreate
- Enclosing interface:
- ContainerService.DefinitionStages
public static interface ContainerService.DefinitionStages.WithMasterStorageProfile
The stage of a container service definition allowing to specify the master's virtual machine storage kind.
-
Method Summary
Modifier and TypeMethodDescriptionwithMasterStorageProfile(ContainerServiceStorageProfileTypes storageProfile) Specifies the storage kind to be used for every machine in master pool.
-
Method Details
-
withMasterStorageProfile
ContainerService.DefinitionStages.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
-