SignalRReplicaData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class represent a replica resource.
public class SignalRReplicaData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SignalR.SignalRReplicaData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SignalR.SignalRReplicaData>
type SignalRReplicaData = class
inherit TrackedResourceData
interface IJsonModel<SignalRReplicaData>
interface IPersistableModel<SignalRReplicaData>
Public Class SignalRReplicaData
Inherits TrackedResourceData
Implements IJsonModel(Of SignalRReplicaData), IPersistableModel(Of SignalRReplicaData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SignalRReplicaData(AzureLocation) |
Initializes a new instance of SignalRReplicaData. |
Properties
| Name | Description |
|---|---|
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ProvisioningState |
Provisioning state of the resource. |
| RegionEndpointEnabled |
Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected. |
| ResourceStopped |
Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| Sku |
The billing information of the resource. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| Tags |
Resource tags. (Inherited from TrackedResourceData) |