Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.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.Methods in com.azure.resourcemanager.servicebus.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.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.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.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.servicebus.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.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionInner from the JsonReader.PrivateEndpointConnectionInner.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.servicebus.fluent.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionSBNamespaceInner.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections.SBNamespaceProperties.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections.SBNamespaceUpdateProperties.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections.Method parameters in com.azure.resourcemanager.servicebus.fluent.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionSBNamespaceInner.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.SBNamespaceProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.SBNamespaceUpdateProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionSBNamespaceUpdateParameters.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections.PrivateEndpointConnectionListResult.value()Get the value property: A collection of private endpoint connection resources.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionSBNamespaceUpdateParameters.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.PrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: A collection of private endpoint connection resources.