PrivateLinkScopesClient Interface
Implements
public interface PrivateLinkScopesClient
extends InnerSupportsGet<AzureMonitorPrivateLinkScopeInner>, InnerSupportsListing<AzureMonitorPrivateLinkScopeInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in PrivateLinkScopesClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String scopeName)
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String scopeName, Context context)
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String scopeName)
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
createOrUpdate
public abstract AzureMonitorPrivateLinkScopeInner createOrUpdate(String resourceGroupName, String scopeName, AzureMonitorPrivateLinkScopeInner azureMonitorPrivateLinkScopePayload)
Creates (or updates) a Azure Monitor PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<AzureMonitorPrivateLinkScopeInner> createOrUpdateAsync(String resourceGroupName, String scopeName, AzureMonitorPrivateLinkScopeInner azureMonitorPrivateLinkScopePayload)
Creates (or updates) a Azure Monitor PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<AzureMonitorPrivateLinkScopeInner> createOrUpdateWithResponse(String resourceGroupName, String scopeName, AzureMonitorPrivateLinkScopeInner azureMonitorPrivateLinkScopePayload, Context context)
Creates (or updates) a Azure Monitor PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<AzureMonitorPrivateLinkScopeInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String scopeName, AzureMonitorPrivateLinkScopeInner azureMonitorPrivateLinkScopePayload)
Creates (or updates) a Azure Monitor PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String scopeName)
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
delete
public abstract void delete(String resourceGroupName, String scopeName, Context context)
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String scopeName)
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String scopeName)
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getByResourceGroup
public abstract AzureMonitorPrivateLinkScopeInner getByResourceGroup(String resourceGroupName, String scopeName)
Returns a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<AzureMonitorPrivateLinkScopeInner> getByResourceGroupAsync(String resourceGroupName, String scopeName)
Returns a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<AzureMonitorPrivateLinkScopeInner> getByResourceGroupWithResponse(String resourceGroupName, String scopeName, Context context)
Returns a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<AzureMonitorPrivateLinkScopeInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String scopeName)
Returns a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
list
public abstract PagedIterable<AzureMonitorPrivateLinkScopeInner> list()
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
Returns:
list
public abstract PagedIterable<AzureMonitorPrivateLinkScopeInner> list(Context context)
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<AzureMonitorPrivateLinkScopeInner> listAsync()
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<AzureMonitorPrivateLinkScopeInner> listByResourceGroup(String resourceGroupName)
Gets a list of Azure Monitor PrivateLinkScopes within a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<AzureMonitorPrivateLinkScopeInner> listByResourceGroup(String resourceGroupName, Context context)
Gets a list of Azure Monitor PrivateLinkScopes within a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<AzureMonitorPrivateLinkScopeInner> listByResourceGroupAsync(String resourceGroupName)
Gets a list of Azure Monitor PrivateLinkScopes within a resource group.
Parameters:
Returns:
updateTags
public abstract AzureMonitorPrivateLinkScopeInner updateTags(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags)
Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<AzureMonitorPrivateLinkScopeInner> updateTagsAsync(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags)
Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<AzureMonitorPrivateLinkScopeInner> updateTagsWithResponse(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags, Context context)
Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<AzureMonitorPrivateLinkScopeInner>> updateTagsWithResponseAsync(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags)
Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
Parameters:
Returns: