SignalRSharedPrivateLinkResources interface
Interface representing a SignalRSharedPrivateLinkResources.
Methods
begin |
Create or update a shared private link resource |
begin |
Create or update a shared private link resource |
begin |
Delete the specified shared private link resource |
begin |
Delete the specified shared private link resource |
get(string, string, string, Signal |
Get the specified shared private link resource |
list(string, string, Signal |
List shared private link resources |
Method Details
beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
Create or update a shared private link resource
function beginCreateOrUpdate(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
Parameters
- sharedPrivateLinkResourceName
-
string
The name of the shared private link resource
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
- parameters
- SharedPrivateLinkResource
The shared private link resource
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
Create or update a shared private link resource
function beginCreateOrUpdateAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>
Parameters
- sharedPrivateLinkResourceName
-
string
The name of the shared private link resource
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
- parameters
- SharedPrivateLinkResource
The shared private link resource
The options parameters.
Returns
Promise<SharedPrivateLinkResource>
beginDelete(string, string, string, SignalRSharedPrivateLinkResourcesDeleteOptionalParams)
Delete the specified shared private link resource
function beginDelete(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- sharedPrivateLinkResourceName
-
string
The name of the shared private link resource
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SignalRSharedPrivateLinkResourcesDeleteOptionalParams)
Delete the specified shared private link resource
function beginDeleteAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>
Parameters
- sharedPrivateLinkResourceName
-
string
The name of the shared private link resource
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.
Returns
Promise<void>
get(string, string, string, SignalRSharedPrivateLinkResourcesGetOptionalParams)
Get the specified shared private link resource
function get(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>
Parameters
- sharedPrivateLinkResourceName
-
string
The name of the shared private link resource
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.
Returns
Promise<SharedPrivateLinkResource>
list(string, string, SignalRSharedPrivateLinkResourcesListOptionalParams)
List shared private link resources
function list(resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource, SharedPrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.