| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointInner |
PrivateEndpointsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
PrivateEndpointInner |
PrivateEndpointsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters,
com.azure.core.util.Context context)
Creates or updates an private endpoint in the specified resource group.
|
PrivateEndpointInner |
PrivateEndpointsClient.getByResourceGroup(String resourceGroupName,
String privateEndpointName)
Gets the specified private endpoint by resource group.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointInner>,PrivateEndpointInner> |
PrivateEndpointsClient.beginCreateOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointInner>,PrivateEndpointInner> |
PrivateEndpointsClient.beginCreateOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters,
com.azure.core.util.Context context)
Creates or updates an private endpoint in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointInner>,PrivateEndpointInner> |
PrivateEndpointsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
PrivateEndpointInner |
PrivateEndpointsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
PrivateEndpointInner |
PrivateEndpointsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters,
com.azure.core.util.Context context)
Creates or updates an private endpoint in the specified resource group.
|
Mono<PrivateEndpointInner> |
PrivateEndpointsClient.createOrUpdateAsync(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
PrivateEndpointsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointInner |
PrivateEndpointConnectionInner.privateEndpoint()
Get the privateEndpoint property: The resource of private end point.
|
PrivateEndpointInner |
NetworkInterfaceInner.privateEndpoint()
Get the privateEndpoint property: A reference to the private endpoint to which the network interface is linked.
|
PrivateEndpointInner |
ApplicationGatewayPrivateEndpointConnectionInner.privateEndpoint()
Get the privateEndpoint property: The resource of private end point.
|
PrivateEndpointInner |
PrivateEndpointInner.withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs)
Set the customDnsConfigs property: An array of custom dns configurations.
|
PrivateEndpointInner |
PrivateEndpointInner.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location of the load balancer.
|
PrivateEndpointInner |
PrivateEndpointInner.withId(String id)
Set the id property: Resource ID.
|
PrivateEndpointInner |
PrivateEndpointInner.withLocation(String location) |
PrivateEndpointInner |
PrivateEndpointInner.withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)
Set the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the
remote resource.
|
PrivateEndpointInner |
PrivateEndpointInner.withPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> privateLinkServiceConnections)
Set the privateLinkServiceConnections property: A grouping of information about the connection to the remote
resource.
|
PrivateEndpointInner |
PrivateEndpointInner.withSubnet(SubnetInner subnet)
Set the subnet property: The ID of the subnet from which the private IP will be allocated.
|
PrivateEndpointInner |
PrivateEndpointInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.