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