ArmWebPubSubModelFactory.WebPubSubData Method

Definition

public static Azure.ResourceManager.WebPubSub.WebPubSubData WebPubSubData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubProvisioningState? provisioningState = default, string externalIP = default, string hostName = default, int? publicPort = default, int? serverPort = default, string version = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionData> privateEndpointConnections = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WebPubSub.WebPubSubSharedPrivateLinkData> sharedPrivateLinkResources = default, string hostNamePrefix = default, Azure.ResourceManager.WebPubSub.Models.LiveTraceConfiguration liveTraceConfiguration = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubNetworkAcls networkAcls = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubApplicationFirewallSettings applicationFirewall = default, string publicNetworkAccess = default, bool? isLocalAuthDisabled = default, bool? isAadAuthDisabled = default, string isRegionEndpointEnabled = default, string resourceStopped = default, bool? isClientCertEnabled = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WebPubSub.Models.ResourceLogCategory> resourceLogCategories = default, string socketIOServiceMode = default, Azure.ResourceManager.WebPubSub.Models.BillingInfoSku sku = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubServiceKind? kind = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member WebPubSubData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.WebPubSub.Models.WebPubSubProvisioningState> * string * string * Nullable<int> * Nullable<int> * string * seq<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionData> * seq<Azure.ResourceManager.WebPubSub.WebPubSubSharedPrivateLinkData> * string * Azure.ResourceManager.WebPubSub.Models.LiveTraceConfiguration * Azure.ResourceManager.WebPubSub.Models.WebPubSubNetworkAcls * Azure.ResourceManager.WebPubSub.Models.WebPubSubApplicationFirewallSettings * string * Nullable<bool> * Nullable<bool> * string * string * Nullable<bool> * seq<Azure.ResourceManager.WebPubSub.Models.ResourceLogCategory> * string * Azure.ResourceManager.WebPubSub.Models.BillingInfoSku * Nullable<Azure.ResourceManager.WebPubSub.Models.WebPubSubServiceKind> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.WebPubSub.WebPubSubData
Public Shared Function WebPubSubData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of WebPubSubProvisioningState) = Nothing, Optional externalIP As String = Nothing, Optional hostName As String = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional serverPort As Nullable(Of Integer) = Nothing, Optional version As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of WebPubSubPrivateEndpointConnectionData) = Nothing, Optional sharedPrivateLinkResources As IEnumerable(Of WebPubSubSharedPrivateLinkData) = Nothing, Optional hostNamePrefix As String = Nothing, Optional liveTraceConfiguration As LiveTraceConfiguration = Nothing, Optional networkAcls As WebPubSubNetworkAcls = Nothing, Optional applicationFirewall As WebPubSubApplicationFirewallSettings = Nothing, Optional publicNetworkAccess As String = Nothing, Optional isLocalAuthDisabled As Nullable(Of Boolean) = Nothing, Optional isAadAuthDisabled As Nullable(Of Boolean) = Nothing, Optional isRegionEndpointEnabled As String = Nothing, Optional resourceStopped As String = Nothing, Optional isClientCertEnabled As Nullable(Of Boolean) = Nothing, Optional resourceLogCategories As IEnumerable(Of ResourceLogCategory) = Nothing, Optional socketIOServiceMode As String = Nothing, Optional sku As BillingInfoSku = Nothing, Optional kind As Nullable(Of WebPubSubServiceKind) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As WebPubSubData

Parameters

id
ResourceIdentifier

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

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

provisioningState
Nullable<WebPubSubProvisioningState>

Provisioning state of the resource.

externalIP
String

The publicly accessible IP of the resource.

hostName
String

FQDN of the service instance.

publicPort
Nullable<Int32>

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

serverPort
Nullable<Int32>

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

version
String

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

privateEndpointConnections
IEnumerable<WebPubSubPrivateEndpointConnectionData>

Private endpoint connections to the resource.

sharedPrivateLinkResources
IEnumerable<WebPubSubSharedPrivateLinkData>

The list of shared private link resources.

hostNamePrefix
String

Deprecated.

liveTraceConfiguration
LiveTraceConfiguration

Live trace configuration of a Microsoft.SignalRService resource.

networkAcls
WebPubSubNetworkAcls

Network ACLs for the resource.

applicationFirewall
WebPubSubApplicationFirewallSettings

Application firewall settings for the resource.

publicNetworkAccess
String

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.

isLocalAuthDisabled
Nullable<Boolean>

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

isAadAuthDisabled
Nullable<Boolean>

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

isRegionEndpointEnabled
String

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.

resourceStopped
String

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.

isClientCertEnabled
Nullable<Boolean>

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

resourceLogCategories
IEnumerable<ResourceLogCategory>

Gets or sets the list of category configurations.

socketIOServiceMode
String

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

sku
BillingInfoSku

The billing information of the resource.

kind
Nullable<WebPubSubServiceKind>

The kind of the service.

identity
ManagedServiceIdentity

A class represent managed identities used for request and response.

Returns

A new WebPubSubData instance for mocking.

Applies to