Uses of Class
com.azure.resourcemanager.search.models.PrivateEndpointConnectionPropertiesPrivateEndpoint
-
Packages that use PrivateEndpointConnectionPropertiesPrivateEndpoint Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of PrivateEndpointConnectionPropertiesPrivateEndpoint in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return PrivateEndpointConnectionPropertiesPrivateEndpoint Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateEndpointPrivateEndpointConnectionProperties. privateEndpoint()Get the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.PrivateEndpointConnectionPropertiesPrivateEndpointPrivateEndpointConnectionPropertiesPrivateEndpoint. withId(String id)Set the id property: The resource id of the private endpoint resource from Microsoft.Network provider.Methods in com.azure.resourcemanager.search.models with parameters of type PrivateEndpointConnectionPropertiesPrivateEndpoint Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint)Set the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.
-