PrivateLinkResourcesClient Interface
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Private |
get(String resourceGroupName, String scopeName, String groupName)
Gets the private link resources that need to be created for a Azure Monitor Private |
|
abstract
reactor.core.publisher.Mono<Private |
getAsync(String resourceGroupName, String scopeName, String groupName)
Gets the private link resources that need to be created for a Azure Monitor Private |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String scopeName, String groupName, Context context)
Gets the private link resources that need to be created for a Azure Monitor Private |
|
abstract
reactor.core.publisher.Mono<Response<Private |
getWithResponseAsync(String resourceGroupName, String scopeName, String groupName)
Gets the private link resources that need to be created for a Azure Monitor Private |
|
abstract
Private |
listByPrivateLinkScope(String resourceGroupName, String scopeName)
Gets the private link resources that need to be created for a Azure Monitor Private |
|
abstract
reactor.core.publisher.Mono<Private |
listByPrivateLinkScopeAsync(String resourceGroupName, String scopeName)
Gets the private link resources that need to be created for a Azure Monitor Private |
|
abstract
Response<Private |
listByPrivateLinkScopeWithResponse(String resourceGroupName, String scopeName, Context context)
Gets the private link resources that need to be created for a Azure Monitor Private |
|
abstract
reactor.core.publisher.Mono<Response<Private |
listByPrivateLinkScopeWithResponseAsync(String resourceGroupName, String scopeName)
Gets the private link resources that need to be created for a Azure Monitor Private |
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<PrivateLinkResourceInner> getAsync(String resourceGroupName, String scopeName, String groupName)
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String scopeName, String groupName, Context context)
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<PrivateLinkResourceInner>> getWithResponseAsync(String resourceGroupName, String scopeName, String groupName)
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<PrivateLinkResourceListResultInner> listByPrivateLinkScopeAsync(String resourceGroupName, String scopeName)
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
listByPrivateLinkScopeWithResponse
public abstract Response<PrivateLinkResourceListResultInner> listByPrivateLinkScopeWithResponse(String resourceGroupName, String scopeName, Context context)
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
listByPrivateLinkScopeWithResponseAsync
public abstract Mono<Response<PrivateLinkResourceListResultInner>> listByPrivateLinkScopeWithResponseAsync(String resourceGroupName, String scopeName)
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
Parameters:
Returns: