Uses of Class
com.azure.resourcemanager.automation.fluent.models.PrivateLinkResourceInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>
PrivateLinkResourcesClient.automation
(String resourceGroupName, String automationAccountName) Gets the private link resources that need to be created for Automation account.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>
PrivateLinkResourcesClient.automation
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Gets the private link resources that need to be created for Automation account. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionPrivateLinkResource.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.PrivateLinkResourceInner object.Modifier and TypeMethodDescriptionPrivateLinkResourceListResult.value()
Get the value property: Array of private link resources.Modifier and TypeMethodDescriptionPrivateLinkResourceListResult.withValue
(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources.