WebPubSubReplicaSharedPrivateLinkResources interface

Interface representing a WebPubSubReplicaSharedPrivateLinkResources.

Methods

beginCreateOrUpdate(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Create or update a shared private link resource

beginCreateOrUpdateAndWait(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Create or update a shared private link resource

get(string, string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams)

Get the specified shared private link resource

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

List shared private link resources

Method Details

beginCreateOrUpdate(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Create or update a shared private link resource

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, replicaName: string, sharedPrivateLinkResourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

replicaName

string

The name of the replica.

sharedPrivateLinkResourceName

string

The name of the shared private link resource.

parameters
SharedPrivateLinkResource

The shared private link resource

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

beginCreateOrUpdateAndWait(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Create or update a shared private link resource

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, sharedPrivateLinkResourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

replicaName

string

The name of the replica.

sharedPrivateLinkResourceName

string

The name of the shared private link resource.

parameters
SharedPrivateLinkResource

The shared private link resource

Returns

get(string, string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams)

Get the specified shared private link resource

function get(resourceGroupName: string, resourceName: string, replicaName: string, sharedPrivateLinkResourceName: string, options?: WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

replicaName

string

The name of the replica.

sharedPrivateLinkResourceName

string

The name of the shared private link resource.

Returns

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

List shared private link resources

function list(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource, SharedPrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

replicaName

string

The name of the replica.

Returns