Uses of Class
com.azure.resourcemanager.containerservice.models.PrivateEndpoint
-
Packages that use PrivateEndpoint Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of PrivateEndpoint in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpointConnectionInner. privateEndpoint()Get the privateEndpoint property: The resource of private endpoint.PrivateEndpointPrivateEndpointConnectionProperties. privateEndpoint()Get the privateEndpoint property: The resource of private endpoint.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PrivateEndpoint Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The resource of private endpoint.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The resource of private endpoint. -
Uses of PrivateEndpoint in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpoint. withId(String id)Set the id property: The resource ID of the private endpoint.
-