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> 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 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 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> 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.