Interface PrivateLinkScopedResourcesClient
-
public interface PrivateLinkScopedResourcesClientAn instance of this class provides access to all the operations defined in PrivateLinkScopedResourcesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner>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>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>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.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>beginDelete(String resourceGroupName, String scopeName, String name)Deletes a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>beginDelete(String resourceGroupName, String scopeName, String name, com.azure.core.util.Context context)Deletes a private endpoint connection with a given name.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void>beginDeleteAsync(String resourceGroupName, String scopeName, String name)Deletes a private endpoint connection with a given name.ScopedResourceInnercreateOrUpdate(String resourceGroupName, String scopeName, String name)Approve or reject a private endpoint connection with a given name.ScopedResourceInnercreateOrUpdate(String resourceGroupName, String scopeName, String name, String linkedResourceId)Approve or reject a private endpoint connection with a given name.ScopedResourceInnercreateOrUpdate(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.Mono<ScopedResourceInner>createOrUpdateAsync(String resourceGroupName, String scopeName, String name)Approve or reject a private endpoint connection with a given name.Mono<ScopedResourceInner>createOrUpdateAsync(String resourceGroupName, String scopeName, String name, String linkedResourceId)Approve or reject a private endpoint connection with a given name.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String scopeName, String name, String linkedResourceId)Approve or reject a private endpoint connection with a given name.voiddelete(String resourceGroupName, String scopeName, String name)Deletes a private endpoint connection with a given name.voiddelete(String resourceGroupName, String scopeName, String name, com.azure.core.util.Context context)Deletes a private endpoint connection with a given name.Mono<Void>deleteAsync(String resourceGroupName, String scopeName, String name)Deletes a private endpoint connection with a given name.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String scopeName, String name)Deletes a private endpoint connection with a given name.ScopedResourceInnerget(String resourceGroupName, String scopeName, String name)Gets a scoped resource in a private link scope.Mono<ScopedResourceInner>getAsync(String resourceGroupName, String scopeName, String name)Gets a scoped resource in a private link scope.com.azure.core.http.rest.Response<ScopedResourceInner>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>>getWithResponseAsync(String resourceGroupName, String scopeName, String name)Gets a scoped resource in a private link scope.com.azure.core.http.rest.PagedIterable<ScopedResourceInner>listByPrivateLinkScope(String resourceGroupName, String scopeName)Gets all private endpoint connections on a private link scope.com.azure.core.http.rest.PagedIterable<ScopedResourceInner>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>listByPrivateLinkScopeAsync(String resourceGroupName, String scopeName)Gets all private endpoint connections on a private link scope.
-
-
-
Method Detail
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<ScopedResourceInner>> getWithResponseAsync(String resourceGroupName, String scopeName, String name)
Gets a scoped resource in a private link scope.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- a scoped resource in a private link scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<ScopedResourceInner> getAsync(String resourceGroupName, String scopeName, String name)
Gets a scoped resource in a private link scope.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- a scoped resource in a private link scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
ScopedResourceInner get(String resourceGroupName, String scopeName, String name)
Gets a scoped resource in a private link scope.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- a scoped resource in a private link scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<ScopedResourceInner> getWithResponse(String resourceGroupName, String scopeName, String name, com.azure.core.util.Context context)
Gets a scoped resource in a private link scope.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.context- The context to associate with this operation.- Returns:
- a scoped resource in a private link scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String scopeName, String name, String linkedResourceId)
Approve or reject a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.linkedResourceId- The resource id of the scoped Azure monitor resource.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String scopeName, String name, String linkedResourceId)
Approve or reject a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.linkedResourceId- The resource id of the scoped Azure monitor resource.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> beginCreateOrUpdate(String resourceGroupName, String scopeName, String name, String linkedResourceId)
Approve or reject a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.linkedResourceId- The resource id of the scoped Azure monitor resource.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopedResourceInner>,ScopedResourceInner> 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.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.linkedResourceId- The resource id of the scoped Azure monitor resource.context- The context to associate with this operation.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<ScopedResourceInner> createOrUpdateAsync(String resourceGroupName, String scopeName, String name, String linkedResourceId)
Approve or reject a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.linkedResourceId- The resource id of the scoped Azure monitor resource.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<ScopedResourceInner> createOrUpdateAsync(String resourceGroupName, String scopeName, String name)
Approve or reject a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
ScopedResourceInner createOrUpdate(String resourceGroupName, String scopeName, String name, String linkedResourceId)
Approve or reject a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.linkedResourceId- The resource id of the scoped Azure monitor resource.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
ScopedResourceInner createOrUpdate(String resourceGroupName, String scopeName, String name)
Approve or reject a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
ScopedResourceInner createOrUpdate(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.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.linkedResourceId- The resource id of the scoped Azure monitor resource.context- The context to associate with this operation.- Returns:
- a private link scoped resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String scopeName, String name)
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String scopeName, String name)
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String scopeName, String name)
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String scopeName, String name, com.azure.core.util.Context context)
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.context- The context to associate with this operation.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String scopeName, String name)
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String scopeName, String name)
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String scopeName, String name, com.azure.core.util.Context context)
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.name- The name of the scoped resource object.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByPrivateLinkScopeAsync
com.azure.core.http.rest.PagedFlux<ScopedResourceInner> listByPrivateLinkScopeAsync(String resourceGroupName, String scopeName)
Gets all private endpoint connections on a private link scope.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.- Returns:
- all private endpoint connections on a private link scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByPrivateLinkScope
com.azure.core.http.rest.PagedIterable<ScopedResourceInner> listByPrivateLinkScope(String resourceGroupName, String scopeName)
Gets all private endpoint connections on a private link scope.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.- Returns:
- all private endpoint connections on a private link scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByPrivateLinkScope
com.azure.core.http.rest.PagedIterable<ScopedResourceInner> listByPrivateLinkScope(String resourceGroupName, String scopeName, com.azure.core.util.Context context)
Gets all private endpoint connections on a private link scope.- Parameters:
resourceGroupName- The name of the resource group.scopeName- The name of the Azure Monitor PrivateLinkScope resource.context- The context to associate with this operation.- Returns:
- all private endpoint connections on a private link scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-