public static interface PrivateEndpoint.DefinitionStages.WithSubnet
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection |
withSubnet(Subnet subnet)
Specifies the subnet, from which the private IP will be allocated.
|
PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection |
withSubnetId(String subnetId)
Specifies the subnet, from which the private IP will be allocated.
|
PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection withSubnet(Subnet subnet)
subnet - the subnet from which the private IP will be allocatedPrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection withSubnetId(String subnetId)
subnetId - the ID of subnet from which the private IP will be allocatedCopyright © 2021 Microsoft Corporation. All rights reserved.