Uses of Class
com.azure.resourcemanager.cosmos.models.PrivateEndpointProperty
-
Packages that use PrivateEndpointProperty Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of PrivateEndpointProperty in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return PrivateEndpointProperty Modifier and Type Method Description PrivateEndpointPropertyPrivateEndpointConnectionInner. privateEndpoint()Get the privateEndpoint property: Private endpoint which the connection belongs to.PrivateEndpointPropertyPrivateEndpointConnectionProperties. privateEndpoint()Get the privateEndpoint property: Private endpoint which the connection belongs to.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type PrivateEndpointProperty Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)Set the privateEndpoint property: Private endpoint which the connection belongs to.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)Set the privateEndpoint property: Private endpoint which the connection belongs to. -
Uses of PrivateEndpointProperty in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return PrivateEndpointProperty Modifier and Type Method Description PrivateEndpointPropertyPrivateEndpointConnection. privateEndpoint()Get private endpoint which the connection belongs to.PrivateEndpointPropertyPrivateEndpointProperty. withId(String id)Set the id property: Resource id of the private endpoint.
-