PrivateLinkResourcesClient Interface
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
Method Summary
Method Details
get
public abstract PrivateLinkResourceInner get(String resourceGroupName, String scopeName, String groupName)
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
listByPrivateLinkScope
public abstract PrivateLinkResourceListResultInner listByPrivateLinkScope(String resourceGroupName, String scopeName)
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
listByPrivateLinkScopeAsync
public abstract Mono
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
listByPrivateLinkScopeWithResponse
public abstract Response
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
listByPrivateLinkScopeWithResponseAsync
public abstract Mono
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
Applies to
Azure SDK for Java