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 Azure AI 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 Azure AI Search service. -
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.search.models
Classes in com.azure.resourcemanager.search.models that implement interfaces with type arguments of type PrivateEndpointConnectionPropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of an existing private endpoint connection to the search service.Methods in com.azure.resourcemanager.search.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionProperties from the JsonReader.PrivateEndpointConnectionProperties.withGroupId(String groupId) Set the groupId property: The group ID of the Azure resource for which the private link service 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 Azure Private Link service connection to the private endpoint.PrivateEndpointConnectionProperties.withProvisioningState(PrivateLinkServiceConnectionProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the private link service connection.