| Modifier and Type | Field and Description |
|---|---|
static ContainerServiceStorageProfileTypes |
ContainerServiceStorageProfileTypes.MANAGED_DISKS
Static value ManagedDisks for ContainerServiceStorageProfileTypes.
|
static ContainerServiceStorageProfileTypes |
ContainerServiceStorageProfileTypes.STORAGE_ACCOUNT
Static value StorageAccount for ContainerServiceStorageProfileTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceStorageProfileTypes |
ContainerServiceStorageProfileTypes.fromString(String name)
Creates or finds a ContainerServiceStorageProfileTypes from its string representation.
|
ContainerServiceStorageProfileTypes |
ContainerService.masterStorageProfile() |
ContainerServiceStorageProfileTypes |
ContainerServiceAgentPool.storageProfile() |
ContainerServiceStorageProfileTypes |
ContainerServiceAgentPoolProfile.storageProfile()
Get storage profile specifies what kind of storage used.
|
ContainerServiceStorageProfileTypes |
ContainerServiceMasterProfile.storageProfile()
Get storage profile specifies what kind of storage used.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ContainerServiceStorageProfileTypes> |
ContainerServiceStorageProfileTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
ContainerService.DefinitionStages.WithCreate |
ContainerService.DefinitionStages.WithMasterStorageProfile.withMasterStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Specifies the storage kind to be used for every machine in master pool.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithStorageProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Specifies the storage kind to be used for each virtual machine in the agent pool.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set storage profile specifies what kind of storage used.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set storage profile specifies what kind of storage used.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/