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
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
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
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
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
Deletes a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Returns a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Returns a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Returns a Azure Monitor PrivateLinkScope.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
Returns:
list
public abstract PagedIterable
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Gets a list of Azure Monitor PrivateLinkScopes within a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets a list of Azure Monitor PrivateLinkScopes within a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
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
Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
Parameters:
Returns:
Applies to
Azure SDK for Java