WebPubSubData Class

Definition

A class represent a resource.

public class WebPubSubData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.WebPubSubData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.WebPubSubData>
type WebPubSubData = class
    inherit TrackedResourceData
    interface IJsonModel<WebPubSubData>
    interface IPersistableModel<WebPubSubData>
Public Class WebPubSubData
Inherits TrackedResourceData
Implements IJsonModel(Of WebPubSubData), IPersistableModel(Of WebPubSubData)
Inheritance
Implements

Constructors

Name Description
WebPubSubData(AzureLocation)

Initializes a new instance of WebPubSubData.

Properties

Name Description
ApplicationFirewall

Application firewall settings for the resource.

ExternalIP

The publicly accessible IP of the resource.

HostName

FQDN of the service instance.

HostNamePrefix

Deprecated.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

A class represent managed identities used for request and response.

IsAadAuthDisabled

DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work.

IsClientCertEnabled

Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.

IsLocalAuthDisabled

DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work.

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. This property is replica specific. Disable the regional endpoint without replica is not allowed.

Kind

The kind of the service.

LiveTraceConfiguration

Live trace configuration of a Microsoft.SignalRService resource.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NetworkAcls

Network ACLs for the resource.

PrivateEndpointConnections

Private endpoint connections to the resource.

ProvisioningState

Provisioning state of the resource.

PublicNetworkAccess

Enable or disable public network access. Default to "Enabled". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in network ACLs.

PublicPort

The publicly accessible port of the resource which is designed for browser/client side usage.

ResourceLogCategories

Gets or sets the list of category configurations.

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

The publicly accessible port of the resource which is designed for customer server side usage.

SharedPrivateLinkResources

The list of shared private link resources.

Sku

The billing information of the resource.

SocketIOServiceMode

The service mode of Web PubSub for Socket.IO. Values allowed: "Default": have your own backend Socket.IO server "Serverless": your application doesn't have a backend server

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
Version

Version of the resource. Probably you need the same or higher version of client SDKs.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<WebPubSubData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebPubSubData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebPubSubData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebPubSubData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebPubSubData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to