com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> |
PrivateLinkScopedResourcesClient.beginCreateOrUpdate(String resourceGroupName,
String scopeName,
String name,
String linkedResourceId) |
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> |
PrivateLinkScopedResourcesClient.beginCreateOrUpdate(String resourceGroupName,
String scopeName,
String name,
String linkedResourceId) |
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> |
PrivateLinkScopedResourcesClient.beginCreateOrUpdate(String resourceGroupName,
String scopeName,
String name,
String linkedResourceId,
com.azure.core.util.Context context) |
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> |
PrivateLinkScopedResourcesClient.beginCreateOrUpdate(String resourceGroupName,
String scopeName,
String name,
String linkedResourceId,
com.azure.core.util.Context context) |
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> |
PrivateLinkScopedResourcesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String scopeName,
String name,
String linkedResourceId) |
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> |
PrivateLinkScopedResourcesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String scopeName,
String name,
String linkedResourceId) |
Approve or reject a private endpoint connection with a given name.
|
Mono<ScopedResourceInner> |
PrivateLinkScopedResourcesClient.createOrUpdateAsync(String resourceGroupName,
String scopeName,
String name) |
Approve or reject a private endpoint connection with a given name.
|
Mono<ScopedResourceInner> |
PrivateLinkScopedResourcesClient.createOrUpdateAsync(String resourceGroupName,
String scopeName,
String name,
String linkedResourceId) |
Approve or reject a private endpoint connection with a given name.
|
Mono<ScopedResourceInner> |
PrivateLinkScopedResourcesClient.getAsync(String resourceGroupName,
String scopeName,
String name) |
Gets a scoped resource in a private link scope.
|
com.azure.core.http.rest.Response<ScopedResourceInner> |
PrivateLinkScopedResourcesClient.getWithResponse(String resourceGroupName,
String scopeName,
String name,
com.azure.core.util.Context context) |
Gets a scoped resource in a private link scope.
|
Mono<com.azure.core.http.rest.Response<ScopedResourceInner>> |
PrivateLinkScopedResourcesClient.getWithResponseAsync(String resourceGroupName,
String scopeName,
String name) |
Gets a scoped resource in a private link scope.
|
com.azure.core.http.rest.PagedIterable<ScopedResourceInner> |
PrivateLinkScopedResourcesClient.listByPrivateLinkScope(String resourceGroupName,
String scopeName) |
Gets all private endpoint connections on a private link scope.
|
com.azure.core.http.rest.PagedIterable<ScopedResourceInner> |
PrivateLinkScopedResourcesClient.listByPrivateLinkScope(String resourceGroupName,
String scopeName,
com.azure.core.util.Context context) |
Gets all private endpoint connections on a private link scope.
|
com.azure.core.http.rest.PagedFlux<ScopedResourceInner> |
PrivateLinkScopedResourcesClient.listByPrivateLinkScopeAsync(String resourceGroupName,
String scopeName) |
Gets all private endpoint connections on a private link scope.
|