Uses of Class
com.azure.resourcemanager.automation.fluent.models.PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.get
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName) Gets a private endpoint connection.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) List all private endpoint connections on a Automation account.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) List all private endpoint connections on a Automation account.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withGroupIds
(List<String> groupIds) Set the groupIds property: Gets the groupIds.PrivateEndpointConnectionInner.withPrivateEndpoint
(PrivateEndpointProperty privateEndpoint) Set the privateEndpoint property: Private endpoint which the connection belongs to.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.Modifier and TypeMethodDescriptionAutomationAccountInner.privateEndpointConnections()
Get the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider.AutomationAccountProperties.privateEndpointConnections()
Get the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider.Modifier and TypeMethodDescriptionAutomationAccountInner.withPrivateEndpointConnections
(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider.AutomationAccountProperties.withPrivateEndpointConnections
(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.PrivateEndpointConnectionInner object.Modifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.value()
Get the value property: Array of private endpoint connections.Modifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.withValue
(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections.