你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 PrivateLinkResourceInner get(String resourceGroupName, String scopeName, String groupName)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

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.

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.

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.

abstract PrivateLinkResourceListResultInner listByPrivateLinkScope(String resourceGroupName, String scopeName)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

abstract Mono<PrivateLinkResourceListResultInner> listByPrivateLinkScopeAsync(String resourceGroupName, String scopeName)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

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.

abstract Mono<Response<PrivateLinkResourceListResultInner>> listByPrivateLinkScopeWithResponseAsync(String resourceGroupName, String scopeName)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.
groupName - The name of the private link resource.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.
groupName - The name of the private link resource.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope on successful completion of Mono.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.
groupName - The name of the private link resource.
context - The context to associate with this operation.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope along with Response<T>.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.
groupName - The name of the private link resource.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope along with Response<T> on successful completion of Mono.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope on successful completion of Mono.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.
context - The context to associate with this operation.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope along with Response<T>.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Monitor PrivateLinkScope resource.

Returns:

the private link resources that need to be created for a Azure Monitor PrivateLinkScope along with Response<T> on successful completion of Mono.

Applies to