ResourceManagementPrivateLinkOperationsExtensions Class

Definition

Extension methods for ResourceManagementPrivateLinkOperations.

public static class ResourceManagementPrivateLinkOperationsExtensions
type ResourceManagementPrivateLinkOperationsExtensions = class
Public Module ResourceManagementPrivateLinkOperationsExtensions
Inheritance
ResourceManagementPrivateLinkOperationsExtensions

Methods

Delete(IResourceManagementPrivateLinkOperations, String, String)

Delete a resource management private link.

DeleteAsync(IResourceManagementPrivateLinkOperations, String, String, CancellationToken)

Delete a resource management private link.

Get(IResourceManagementPrivateLinkOperations, String, String)

Get a resource management private link(resource-level).

GetAsync(IResourceManagementPrivateLinkOperations, String, String, CancellationToken)

Get a resource management private link(resource-level).

List(IResourceManagementPrivateLinkOperations)

Get all the resource management private links in a subscription.

ListAsync(IResourceManagementPrivateLinkOperations, CancellationToken)

Get all the resource management private links in a subscription.

ListByResourceGroup(IResourceManagementPrivateLinkOperations, String)

Get all the resource management private links in a resource group.

ListByResourceGroupAsync(IResourceManagementPrivateLinkOperations, String, CancellationToken)

Get all the resource management private links in a resource group.

Put(IResourceManagementPrivateLinkOperations, String, String, ResourceManagementPrivateLinkLocation)

Create a resource management group private link.

PutAsync(IResourceManagementPrivateLinkOperations, String, String, ResourceManagementPrivateLinkLocation, CancellationToken)

Create a resource management group private link.

Applies to