GetWebPubSubResult

data class GetWebPubSubResult(val disableAadAuth: Boolean? = null, val disableLocalAuth: Boolean? = null, val externalIP: String, val hostName: String, val hostNamePrefix: String, val id: String, val identity: ManagedIdentityResponse? = null, val liveTraceConfiguration: LiveTraceConfigurationResponse? = null, val location: String? = null, val name: String, val networkACLs: WebPubSubNetworkACLsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val publicPort: Int, val resourceLogConfiguration: ResourceLogConfigurationResponse? = null, val serverPort: Int, val sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, val sku: ResourceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tls: WebPubSubTlsSettingsResponse? = null, val type: String, val version: String)

A class represent a resource.

Constructors

Link copied to clipboard
constructor(disableAadAuth: Boolean? = null, disableLocalAuth: Boolean? = null, externalIP: String, hostName: String, hostNamePrefix: String, id: String, identity: ManagedIdentityResponse? = null, liveTraceConfiguration: LiveTraceConfigurationResponse? = null, location: String? = null, name: String, networkACLs: WebPubSubNetworkACLsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, publicPort: Int, resourceLogConfiguration: ResourceLogConfigurationResponse? = null, serverPort: Int, sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, sku: ResourceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tls: WebPubSubTlsSettingsResponse? = null, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disableAadAuth: Boolean? = null

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

Link copied to clipboard

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

Link copied to clipboard

The publicly accessible IP of the resource.

Link copied to clipboard

FQDN of the service instance.

Link copied to clipboard

Deprecated.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard

A class represent managed identities used for request and response

Link copied to clipboard

Live trace configuration of a Microsoft.SignalRService resource.

Link copied to clipboard
val location: String? = null

The GEO location of the resource. e.g. West US | East US | North Central US | South Central US.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Network ACLs for the resource

Link copied to clipboard

Private endpoint connections to the resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Resource log configuration of a Microsoft.SignalRService resource.

Link copied to clipboard

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

Link copied to clipboard

The list of shared private link resources.

Link copied to clipboard

The billing information of the resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags of the service which is a list of key value pairs that describe the resource.

Link copied to clipboard

TLS settings for the resource

Link copied to clipboard

The type of the resource - e.g. "Microsoft.SignalRService/SignalR"

Link copied to clipboard

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