public static interface ContainerGroup.DefinitionStages.WithNetworkProfile
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.DnsConfigFork |
withExistingNetworkProfile(String networkProfileId)
Specifies the network profile information for a container group.
|
ContainerGroup.DefinitionStages.DnsConfigFork |
withExistingNetworkProfile(String subscriptionId,
String resourceGroupName,
String networkProfileName)
Specifies the network profile information for a container group.
|
ContainerGroup.DefinitionStages.DnsConfigFork |
withNewNetworkProfileOnExistingVirtualNetwork(String virtualNetworkId,
String subnetName)
Specifies the virtual network in network profile for a container group.
|
ContainerGroup.DefinitionStages.DnsConfigFork |
withNewNetworkProfileOnExistingVirtualNetwork(String networkProfileName,
String virtualNetworkId,
String subnetName)
Specifies the virtual network in network profile for a container group.
|
ContainerGroup.DefinitionStages.DnsConfigFork |
withNewVirtualNetwork(String addressSpace)
Creates a new virtual network to associate with network profile in a container group.
|
ContainerGroup.DefinitionStages.DnsConfigFork withExistingNetworkProfile(String subscriptionId, String resourceGroupName, String networkProfileName)
subscriptionId - the ID of the subscription of the network profileresourceGroupName - the name of the resource group of the network profilenetworkProfileName - the name of the network profileContainerGroup.DefinitionStages.DnsConfigFork withExistingNetworkProfile(String networkProfileId)
networkProfileId - the ID of the network profileContainerGroup.DefinitionStages.DnsConfigFork withNewNetworkProfileOnExistingVirtualNetwork(String virtualNetworkId, String subnetName)
virtualNetworkId - the ID of the virtual networksubnetName - the name of the subnet within the virtual network.;
the subnet must have delegation for 'Microsoft.ContainerInstance/containerGroups'.ContainerGroup.DefinitionStages.DnsConfigFork withNewNetworkProfileOnExistingVirtualNetwork(String networkProfileName, String virtualNetworkId, String subnetName)
networkProfileName - the name of the network profile.virtualNetworkId - the ID of the virtual networksubnetName - the name of the subnet within the virtual network.;
the subnet must have delegation for 'Microsoft.ContainerInstance/containerGroups'.ContainerGroup.DefinitionStages.DnsConfigFork withNewVirtualNetwork(String addressSpace)
addressSpace - the address space for the virtual networkCopyright © 2021 Microsoft Corporation. All rights reserved.