WebPubSubReplicaData 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 WebPubSubReplicaData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.WebPubSubReplicaData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.WebPubSubReplicaData>
type WebPubSubReplicaData = class
inherit TrackedResourceData
interface IJsonModel<WebPubSubReplicaData>
interface IPersistableModel<WebPubSubReplicaData>
Public Class WebPubSubReplicaData
Inherits TrackedResourceData
Implements IJsonModel(Of WebPubSubReplicaData), IPersistableModel(Of WebPubSubReplicaData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubReplicaData(AzureLocation) |
Initializes a new instance of WebPubSubReplicaData. |
Properties
| Name | Description |
|---|---|
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| IsRegionEndpointEnabled |
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. |
| 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. |
| 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) |