Uses of Interface
com.azure.resourcemanager.network.models.PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection
-
Packages that use PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection in com.azure.resourcemanager.network.models
Subinterfaces of PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfacePrivateEndpoint.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.network.models that return PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection Modifier and Type Method Description PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnectionPrivateEndpoint.DefinitionStages.WithSubnet. withSubnet(Subnet subnet)Specifies the subnet, from which the private IP will be allocated.PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnectionPrivateEndpoint.DefinitionStages.WithSubnet. withSubnetId(String subnetId)Specifies the subnet, from which the private IP will be allocated.
-