Uses of Interface
com.azure.resourcemanager.automation.models.PrivateEndpointConnection
Packages that use PrivateEndpointConnection
Package
Description
Package containing the data models for AutomationClient.
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return PrivateEndpointConnectionModifier and TypeMethodDescriptionPrivateEndpointConnection.Update.apply()
Executes the update request.PrivateEndpointConnection.Update.apply
(com.azure.core.util.Context context) Executes the update request.PrivateEndpointConnection.DefinitionStages.WithCreate.create()
Executes the create request.PrivateEndpointConnection.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.PrivateEndpointConnections.get
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName) Gets a private endpoint connection.Gets a private endpoint connection.PrivateEndpointConnection.refresh()
Refreshes the resource to sync with Azure.PrivateEndpointConnection.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type PrivateEndpointConnectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<PrivateEndpointConnection> PrivateEndpointConnections.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.Response
<PrivateEndpointConnection> PrivateEndpointConnections.getWithResponse
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.PagedIterable
<PrivateEndpointConnection> PrivateEndpointConnections.listByAutomationAccount
(String resourceGroupName, String automationAccountName) List all private endpoint connections on a Automation account.com.azure.core.http.rest.PagedIterable
<PrivateEndpointConnection> PrivateEndpointConnections.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) List all private endpoint connections on a Automation account.AutomationAccount.privateEndpointConnections()
Gets the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider.