SignalROperations interface

Interface representing a SignalR operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginRegenerateKey
beginRegenerateKeyAndWait
beginRestart
beginRestartAndWait
beginUpdate
beginUpdateAndWait
checkNameAvailability

Checks that the resource name is valid and is not already in use.

createOrUpdate

Create or update a resource.

delete

Operation to delete a resource.

get

Get the resource and its properties.

listByResourceGroup

Handles requests to list all resources in a resource group.

listBySubscription

Handles requests to list all resources in a subscription.

listKeys

Get the access keys of the resource.

listReplicaSkus

List all available skus of the replica resource.

listSkus

List all available skus of the resource.

regenerateKey

Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

restart

Operation to restart a resource.

update

Operation to update an exiting resource.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SignalRResource>, SignalRResource>>

Property Value

(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SignalRResource>, SignalRResource>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams) => Promise<SignalRResource>

Property Value

(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams) => Promise<SignalRResource>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams) => Promise<void>

beginRegenerateKey

Warning

This API is now deprecated.

use regenerateKey instead

beginRegenerateKey: (resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams) => Promise<SimplePollerLike<OperationState<SignalRKeys>, SignalRKeys>>

Property Value

(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams) => Promise<SimplePollerLike<OperationState<SignalRKeys>, SignalRKeys>>

beginRegenerateKeyAndWait

Warning

This API is now deprecated.

use regenerateKey instead

beginRegenerateKeyAndWait: (resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams) => Promise<SignalRKeys>

Property Value

(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams) => Promise<SignalRKeys>

beginRestart

Warning

This API is now deprecated.

use restart instead

beginRestart: (resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginRestartAndWait

Warning

This API is now deprecated.

use restart instead

beginRestartAndWait: (resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SignalRResource>, SignalRResource>>

Property Value

(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SignalRResource>, SignalRResource>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams) => Promise<SignalRResource>

Property Value

(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams) => Promise<SignalRResource>

checkNameAvailability

Checks that the resource name is valid and is not already in use.

checkNameAvailability: (location: string, parameters: NameAvailabilityParameters, options?: SignalRCheckNameAvailabilityOptionalParams) => Promise<NameAvailability>

Property Value

(location: string, parameters: NameAvailabilityParameters, options?: SignalRCheckNameAvailabilityOptionalParams) => Promise<NameAvailability>

createOrUpdate

Create or update a resource.

createOrUpdate: (resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams) => PollerLike<OperationState<SignalRResource>, SignalRResource>

Property Value

(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams) => PollerLike<OperationState<SignalRResource>, SignalRResource>

delete

Operation to delete a resource.

delete: (resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get the resource and its properties.

get: (resourceGroupName: string, resourceName: string, options?: SignalRGetOptionalParams) => Promise<SignalRResource>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRGetOptionalParams) => Promise<SignalRResource>

listByResourceGroup

Handles requests to list all resources in a resource group.

listByResourceGroup: (resourceGroupName: string, options?: SignalRListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SignalRResource, SignalRResource[], PageSettings>

Property Value

(resourceGroupName: string, options?: SignalRListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SignalRResource, SignalRResource[], PageSettings>

listBySubscription

Handles requests to list all resources in a subscription.

listBySubscription: (options?: SignalRListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SignalRResource, SignalRResource[], PageSettings>

Property Value

(options?: SignalRListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SignalRResource, SignalRResource[], PageSettings>

listKeys

Get the access keys of the resource.

listKeys: (resourceGroupName: string, resourceName: string, options?: SignalRListKeysOptionalParams) => Promise<SignalRKeys>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRListKeysOptionalParams) => Promise<SignalRKeys>

listReplicaSkus

List all available skus of the replica resource.

listReplicaSkus: (resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRListReplicaSkusOptionalParams) => Promise<SkuList>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRListReplicaSkusOptionalParams) => Promise<SkuList>

listSkus

List all available skus of the resource.

listSkus: (resourceGroupName: string, resourceName: string, options?: SignalRListSkusOptionalParams) => Promise<SkuList>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRListSkusOptionalParams) => Promise<SkuList>

regenerateKey

Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

regenerateKey: (resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams) => PollerLike<OperationState<SignalRKeys>, SignalRKeys>

Property Value

(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams) => PollerLike<OperationState<SignalRKeys>, SignalRKeys>

restart

Operation to restart a resource.

restart: (resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams) => PollerLike<OperationState<void>, void>

update

Operation to update an exiting resource.

update: (resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams) => PollerLike<OperationState<SignalRResource>, SignalRResource>

Property Value

(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams) => PollerLike<OperationState<SignalRResource>, SignalRResource>