Uses of Class
com.azure.resourcemanager.search.models.PrivateEndpointConnectionProperties
Packages that use PrivateEndpointConnectionProperties
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.properties()Get the properties property: Describes the properties of an existing private endpoint connection to the search service.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withProperties(PrivateEndpointConnectionProperties properties) Set the properties property: Describes the properties of an existing private endpoint connection to the search service. -
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.withGroupId(String groupId) Set the groupId property: The group id from the provider of resource the private link service connection is for.PrivateEndpointConnectionProperties.withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint) Set the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.PrivateEndpointConnectionProperties.withProvisioningState(PrivateLinkServiceConnectionProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the private link service connection.