Uses of Class
com.azure.resourcemanager.containerregistry.models.PrivateEndpoint
-
Packages that use PrivateEndpoint Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of PrivateEndpoint in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.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.containerregistry.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.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpoint. withId(String id)Set the id property: This is private endpoint resource created with Microsoft.Network resource provider.
-