Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Creates or updates PrivateEndpointConnections of service namespace.PrivateEndpointConnectionsClient.get(String resourceGroupName, String namespaceName, String privateEndpointConnectionName) Gets a description for the specified Private Endpoint Connection name.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Creates or updates PrivateEndpointConnections of service namespace.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Creates or updates PrivateEndpointConnections of service namespace.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Creates or updates PrivateEndpointConnections of service namespace.PrivateEndpointConnectionsClient.getAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName) Gets a description for the specified Private Endpoint Connection name.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.getWithResponse(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a description for the specified Private Endpoint Connection name.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName) Gets a description for the specified Private Endpoint Connection name.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>Gets the available PrivateEndpointConnections within a namespace.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.list(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets the available PrivateEndpointConnections within a namespace.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner>Gets the available PrivateEndpointConnections within a namespace.Methods in com.azure.resourcemanager.eventhubs.fluent with parameters of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Creates or updates PrivateEndpointConnections of service namespace.PrivateEndpointConnectionsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Creates or updates PrivateEndpointConnections of service namespace.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Creates or updates PrivateEndpointConnections of service namespace.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Creates or updates PrivateEndpointConnections of service namespace. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: The Private Endpoint resource for this Connection.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(ConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Details about the state of the connection.PrivateEndpointConnectionInner.withProvisioningState(EndPointProvisioningState provisioningState) Set the provisioningState property: Provisioning state of the Private Endpoint Connection.Methods in com.azure.resourcemanager.eventhubs.fluent.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionEHNamespaceInner.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections.EHNamespaceProperties.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections.Method parameters in com.azure.resourcemanager.eventhubs.fluent.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionEHNamespaceInner.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.EHNamespaceProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.value()Get the value property: A collection of private endpoint connection resources.Method parameters in com.azure.resourcemanager.eventhubs.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: A collection of private endpoint connection resources.