Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateEndpointConnectionInner
-
Packages that use PrivateEndpointConnectionInner 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.com.azure.resourcemanager.network.models 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 PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateLinkServicesClient. getPrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName)Get the specific private end point connection by specific private link service in the resource group.PrivateEndpointConnectionInnerPrivateLinkServicesClient. 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 PrivateEndpointConnectionInner Modifier and Type Method Description Mono<PrivateEndpointConnectionInner>PrivateLinkServicesClient. getPrivateEndpointConnectionAsync(String resourceGroupName, String serviceName, String peConnectionName)Get the specific private end point connection by specific private link service in the resource group.Mono<PrivateEndpointConnectionInner>PrivateLinkServicesClient. getPrivateEndpointConnectionAsync(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.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.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.Methods in com.azure.resourcemanager.network.fluent with parameters of type PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateLinkServicesClient. 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. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withId(String id)PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withName(String name)Set the name property: The name of the resource that is unique within a resource group.PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. 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 PrivateEndpointConnectionInner Modifier and Type Method Description List<PrivateEndpointConnectionInner>PrivateLinkServiceInner. privateEndpointConnections()Get the privateEndpointConnections property: An array of list about connections to the private endpoint.List<PrivateEndpointConnectionInner>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 PrivateEndpointConnectionInner Modifier and Type Method Description List<PrivateEndpointConnectionInner>PrivateEndpointConnectionListResult. 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 PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionListResultPrivateEndpointConnectionListResult. withValue(List<PrivateEndpointConnectionInner> value)Set the value property: A list of PrivateEndpointConnection resources for a specific private link service.
-