WebPubSubReplicaData Class

Definition

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
WebPubSubReplicaData
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)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<WebPubSubReplicaData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<WebPubSubReplicaData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<WebPubSubReplicaData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<WebPubSubReplicaData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<WebPubSubReplicaData>.Write(ModelReaderWriterOptions)

Applies to