WebPubSubData Class

Definition

A class representing the WebPubSub data model. A class represent a resource.

public class WebPubSubData : Azure.ResourceManager.Models.TrackedResourceData
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
type WebPubSubData = class
    inherit TrackedResourceData
    interface IJsonModel<WebPubSubData>
    interface IPersistableModel<WebPubSubData>
Public Class WebPubSubData
Inherits TrackedResourceData
Public Class WebPubSubData
Inherits TrackedResourceData
Implements IJsonModel(Of WebPubSubData), IPersistableModel(Of WebPubSubData)
Inheritance
Implements

Constructors

WebPubSubData(AzureLocation)

Initializes a new instance of WebPubSubData.

Properties

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. Current supported identity types: None, SystemAssigned, UserAssigned.

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.

IsLocalAuthDisabled

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

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.

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.

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.

Explicit Interface Implementations

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