Uses of Class
com.azure.resourcemanager.automation.models.PrivateEndpointProperty
Packages that use PrivateEndpointProperty
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of PrivateEndpointProperty in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return PrivateEndpointPropertyModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateEndpoint()
Get the privateEndpoint property: Private endpoint which the connection belongs to.PrivateEndpointConnectionProperties.privateEndpoint()
Get the privateEndpoint property: Private endpoint which the connection belongs to.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type PrivateEndpointPropertyModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateEndpoint
(PrivateEndpointProperty privateEndpoint) Set the privateEndpoint property: Private endpoint which the connection belongs to.PrivateEndpointConnectionProperties.withPrivateEndpoint
(PrivateEndpointProperty privateEndpoint) Set the privateEndpoint property: Private endpoint which the connection belongs to. -
Uses of PrivateEndpointProperty in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return PrivateEndpointPropertyModifier and TypeMethodDescriptionstatic PrivateEndpointProperty
PrivateEndpointProperty.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointProperty from the JsonReader.PrivateEndpointConnection.privateEndpoint()
Gets the privateEndpoint property: Private endpoint which the connection belongs to.Set the id property: Resource id of the private endpoint.Methods in com.azure.resourcemanager.automation.models with parameters of type PrivateEndpointPropertyModifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithPrivateEndpoint.withPrivateEndpoint
(PrivateEndpointProperty privateEndpoint) Specifies the privateEndpoint property: Private endpoint which the connection belongs to..PrivateEndpointConnection.UpdateStages.WithPrivateEndpoint.withPrivateEndpoint
(PrivateEndpointProperty privateEndpoint) Specifies the privateEndpoint property: Private endpoint which the connection belongs to..