SignalRReplicasOperations interface

Interface representing a SignalRReplicas operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginRestart
beginRestartAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Create or update a replica.

delete

Operation to delete a replica.

get

Get the replica and its properties.

list

List all replicas belong to this resource

restart

Operation to restart a replica.

update

Operation to update an exiting replica.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Replica>, Replica>>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Replica>, Replica>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams) => Promise<Replica>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams) => Promise<Replica>

beginRestart

Warning

This API is now deprecated.

use restart instead

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

Property Value

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

beginRestartAndWait

Warning

This API is now deprecated.

use restart instead

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

Property Value

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

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Replica>, Replica>>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Replica>, Replica>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams) => Promise<Replica>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams) => Promise<Replica>

createOrUpdate

Create or update a replica.

createOrUpdate: (resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams) => PollerLike<OperationState<Replica>, Replica>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams) => PollerLike<OperationState<Replica>, Replica>

delete

Operation to delete a replica.

delete: (resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRReplicasDeleteOptionalParams) => Promise<void>

Property Value

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

get

Get the replica and its properties.

get: (resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRReplicasGetOptionalParams) => Promise<Replica>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRReplicasGetOptionalParams) => Promise<Replica>

list

List all replicas belong to this resource

list: (resourceGroupName: string, resourceName: string, options?: SignalRReplicasListOptionalParams) => PagedAsyncIterableIterator<Replica, Replica[], PageSettings>

Property Value

(resourceGroupName: string, resourceName: string, options?: SignalRReplicasListOptionalParams) => PagedAsyncIterableIterator<Replica, Replica[], PageSettings>

restart

Operation to restart a replica.

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

Property Value

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

update

Operation to update an exiting replica.

update: (resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams) => PollerLike<OperationState<Replica>, Replica>

Property Value

(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams) => PollerLike<OperationState<Replica>, Replica>