| 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 |
|---|---|
PrivateEndpointConnectionInner |
PrivateLinkServicesClient.getPrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName)
Get the specific private end point connection by specific private link service in the resource group.
|
PrivateEndpointConnectionInner |
PrivateLinkServicesClient.updatePrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject private end point connection for a private link service in a subscription.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateLinkServicesClient.updatePrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject private end point connection for a private link service in a subscription.
|
Mono<PrivateEndpointConnectionInner> |
PrivateLinkServicesClient.updatePrivateEndpointConnectionAsync(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject private end point connection for a private link service in a subscription.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
PrivateLinkServicesClient.updatePrivateEndpointConnectionWithResponse(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Approve or reject private end point connection for a private link service in a subscription.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
PrivateLinkServicesClient.updatePrivateEndpointConnectionWithResponseAsync(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject private end point connection for a private link service in a subscription.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.