Mono<PrivateLinkResourceInner> |
PrivateLinkResourcesClient.getAsync(String resourceGroupName,
String scopeName,
String groupName) |
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|
com.azure.core.http.rest.Response<PrivateLinkResourceInner> |
PrivateLinkResourcesClient.getWithResponse(String resourceGroupName,
String scopeName,
String groupName,
com.azure.core.util.Context context) |
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|
Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>> |
PrivateLinkResourcesClient.getWithResponseAsync(String resourceGroupName,
String scopeName,
String groupName) |
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|
com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> |
PrivateLinkResourcesClient.listByPrivateLinkScope(String resourceGroupName,
String scopeName) |
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|
com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> |
PrivateLinkResourcesClient.listByPrivateLinkScope(String resourceGroupName,
String scopeName,
com.azure.core.util.Context context) |
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|
com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> |
PrivateLinkResourcesClient.listByPrivateLinkScopeAsync(String resourceGroupName,
String scopeName) |
Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
|