Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateLinkServicesClient.getPrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName) Get the specific private end point connection by specific private link service in the resource group.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.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateLinkServicesClient.getPrivateEndpointConnectionAsync(String resourceGroupName, String serviceName, String peConnectionName) Get the specific private end point connection by specific private link service in the resource group.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> PrivateLinkServicesClient.getPrivateEndpointConnectionWithResponse(String resourceGroupName, String serviceName, String peConnectionName, String expand, com.azure.core.util.Context context) Get the specific private end point connection by specific private link service in the resource group.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> PrivateLinkServicesClient.getPrivateEndpointConnectionWithResponseAsync(String resourceGroupName, String serviceName, String peConnectionName, String expand) Get the specific private end point connection by specific private link service in the resource group.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> PrivateLinkServicesClient.listPrivateEndpointConnections(String resourceGroupName, String serviceName) Gets all private end point connections for a specific private link service.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> PrivateLinkServicesClient.listPrivateEndpointConnections(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets all private end point connections for a specific private link service.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> PrivateLinkServicesClient.listPrivateEndpointConnectionsAsync(String resourceGroupName, String serviceName) Gets all private end point connections for a specific private link service.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.Methods in com.azure.resourcemanager.network.fluent with parameters of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateLinkServicesClient.updatePrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject private end point connection for a private link service in a subscription.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. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionInner from the JsonReader.Set the name property: The name of the resource that is unique within a resource group.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateLinkServiceInner.privateEndpointConnections()Get the privateEndpointConnections property: An array of list about connections to the private endpoint.PrivateLinkServiceProperties.privateEndpointConnections()Get the privateEndpointConnections property: An array of list about connections to the private endpoint. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.value()Get the value property: A list of PrivateEndpointConnection resources for a specific private link service.Method parameters in com.azure.resourcemanager.network.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: A list of PrivateEndpointConnection resources for a specific private link service.