Uses of Class
com.azure.resourcemanager.eventgrid.models.PrivateEndpoint
-
Packages that use PrivateEndpoint Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of PrivateEndpoint in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpointConnectionInner. privateEndpoint()Get the privateEndpoint property: The Private Endpoint resource for this Connection.PrivateEndpointPrivateEndpointConnectionProperties. privateEndpoint()Get the privateEndpoint property: The Private Endpoint resource for this Connection.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type PrivateEndpoint Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The Private Endpoint resource for this Connection.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The Private Endpoint resource for this Connection. -
Uses of PrivateEndpoint in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpointConnection. privateEndpoint()Gets the privateEndpoint property: The Private Endpoint resource for this Connection.PrivateEndpointPrivateEndpoint. withId(String id)Set the id property: The ARM identifier for Private Endpoint.
-