@Beta(value=V1_8_0)
public static interface BatchAICluster.DefinitionStages.WithSubnet
| Modifier and Type | Method and Description |
|---|---|
BatchAICluster.DefinitionStages.WithCreate |
withSubnet(String subnetId) |
BatchAICluster.DefinitionStages.WithCreate |
withSubnet(String networkId,
String subnetName) |
BatchAICluster.DefinitionStages.WithCreate withSubnet(String subnetId)
subnetId - identifier of the subnetBatchAICluster.DefinitionStages.WithCreate withSubnet(String networkId, String subnetName)
networkId - identifier of the networksubnetName - subnet name /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/