Uses of Class
com.azure.resourcemanager.storage.models.PrivateEndpoint
-
Packages that use PrivateEndpoint Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient. -
-
Uses of PrivateEndpoint in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpointConnectionInner. privateEndpoint()Get the privateEndpoint property: The resource of private end point.PrivateEndpointPrivateEndpointConnectionProperties. privateEndpoint()Get the privateEndpoint property: The resource of private end point.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type PrivateEndpoint Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The resource of private end point.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The resource of private end point.
-