Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-webpubsub

Package version

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

ACLAction

ACLAction: string

Defines values for ACLAction.
KnownACLAction can be used interchangeably with ACLAction, this enum contains the known values that the service supports.

Known values supported by the service

Allow
Deny

CreatedByType

CreatedByType: string

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

KeyType

KeyType: string

Defines values for KeyType.
KnownKeyType can be used interchangeably with KeyType, this enum contains the known values that the service supports.

Known values supported by the service

Primary
Secondary

ManagedIdentityType

ManagedIdentityType: string

Defines values for ManagedIdentityType.
KnownManagedIdentityType can be used interchangeably with ManagedIdentityType, this enum contains the known values that the service supports.

Known values supported by the service

None
SystemAssigned
UserAssigned

OperationsListNextResponse

OperationsListNextResponse: OperationList

Contains response data for the listNext operation.

OperationsListResponse

OperationsListResponse: OperationList

Contains response data for the list operation.

PrivateEndpointACL

PrivateEndpointACL: NetworkACL & { name: string }

ACL for a private endpoint

PrivateEndpointConnection

PrivateEndpointConnection: ProxyResource & { privateEndpoint?: PrivateEndpoint; privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState; provisioningState?: ProvisioningState; systemData?: SystemData }

A private endpoint connection to an azure resource

PrivateLinkResource

PrivateLinkResource: ProxyResource & { groupId?: undefined | string; requiredMembers?: string[]; requiredZoneNames?: string[]; shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[] }

Private link resource

PrivateLinkServiceConnectionStatus

PrivateLinkServiceConnectionStatus: string

Defines values for PrivateLinkServiceConnectionStatus.
KnownPrivateLinkServiceConnectionStatus can be used interchangeably with PrivateLinkServiceConnectionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending
Approved
Rejected
Disconnected

ProvisioningState

ProvisioningState: string

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Unknown
Succeeded
Failed
Canceled
Running
Creating
Updating
Deleting
Moving

ProxyResource

ProxyResource: Resource & {}

The resource model definition for a ARM proxy resource. It will have everything other than required location and tags

SharedPrivateLinkResource

SharedPrivateLinkResource: ProxyResource & { groupId?: undefined | string; privateLinkResourceId?: undefined | string; provisioningState?: ProvisioningState; requestMessage?: undefined | string; status?: SharedPrivateLinkResourceStatus; systemData?: SystemData }

Describes a Shared Private Link Resource

SharedPrivateLinkResourceStatus

SharedPrivateLinkResourceStatus: string

Defines values for SharedPrivateLinkResourceStatus.
KnownSharedPrivateLinkResourceStatus can be used interchangeably with SharedPrivateLinkResourceStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending
Approved
Rejected
Disconnected
Timeout

TrackedResource

TrackedResource: Resource & { location?: undefined | string; tags?: undefined | {} }

The resource model definition for a ARM tracked top level resource.

UpstreamAuthType

UpstreamAuthType: string

Defines values for UpstreamAuthType.
KnownUpstreamAuthType can be used interchangeably with UpstreamAuthType, this enum contains the known values that the service supports.

Known values supported by the service

None
ManagedIdentity

UsagesListNextResponse

UsagesListNextResponse: SignalRServiceUsageList

Contains response data for the listNext operation.

UsagesListResponse

UsagesListResponse: SignalRServiceUsageList

Contains response data for the list operation.

WebPubSubCheckNameAvailabilityResponse

WebPubSubCheckNameAvailabilityResponse: NameAvailability

Contains response data for the checkNameAvailability operation.

WebPubSubCreateOrUpdateResponse

WebPubSubCreateOrUpdateResponse: WebPubSubResource

Contains response data for the createOrUpdate operation.

WebPubSubGetResponse

WebPubSubGetResponse: WebPubSubResource

Contains response data for the get operation.

WebPubSubListByResourceGroupNextResponse

WebPubSubListByResourceGroupNextResponse: WebPubSubResourceList

Contains response data for the listByResourceGroupNext operation.

WebPubSubListByResourceGroupResponse

WebPubSubListByResourceGroupResponse: WebPubSubResourceList

Contains response data for the listByResourceGroup operation.

WebPubSubListBySubscriptionNextResponse

WebPubSubListBySubscriptionNextResponse: WebPubSubResourceList

Contains response data for the listBySubscriptionNext operation.

WebPubSubListBySubscriptionResponse

WebPubSubListBySubscriptionResponse: WebPubSubResourceList

Contains response data for the listBySubscription operation.

WebPubSubListKeysResponse

WebPubSubListKeysResponse: WebPubSubKeys

Contains response data for the listKeys operation.

WebPubSubPrivateEndpointConnectionsGetResponse

WebPubSubPrivateEndpointConnectionsGetResponse: PrivateEndpointConnection

Contains response data for the get operation.

WebPubSubPrivateEndpointConnectionsListNextResponse

WebPubSubPrivateEndpointConnectionsListNextResponse: PrivateEndpointConnectionList

Contains response data for the listNext operation.

WebPubSubPrivateEndpointConnectionsListResponse

WebPubSubPrivateEndpointConnectionsListResponse: PrivateEndpointConnectionList

Contains response data for the list operation.

WebPubSubPrivateEndpointConnectionsUpdateResponse

WebPubSubPrivateEndpointConnectionsUpdateResponse: PrivateEndpointConnection

Contains response data for the update operation.

WebPubSubPrivateLinkResourcesListNextResponse

WebPubSubPrivateLinkResourcesListNextResponse: PrivateLinkResourceList

Contains response data for the listNext operation.

WebPubSubPrivateLinkResourcesListResponse

WebPubSubPrivateLinkResourcesListResponse: PrivateLinkResourceList

Contains response data for the list operation.

WebPubSubRegenerateKeyResponse

WebPubSubRegenerateKeyResponse: WebPubSubKeys

Contains response data for the regenerateKey operation.

WebPubSubRequestType

WebPubSubRequestType: string

Defines values for WebPubSubRequestType.
KnownWebPubSubRequestType can be used interchangeably with WebPubSubRequestType, this enum contains the known values that the service supports.

Known values supported by the service

ClientConnection
ServerConnection
RESTAPI
Trace

WebPubSubResource

WebPubSubResource: TrackedResource & { diagnosticConfiguration?: DiagnosticConfiguration; disableAadAuth?: undefined | false | true; disableLocalAuth?: undefined | false | true; eventHandler?: EventHandlerSettings; externalIP?: undefined | string; hostName?: undefined | string; identity?: ManagedIdentity; networkACLs?: WebPubSubNetworkACLs; privateEndpointConnections?: PrivateEndpointConnection[]; provisioningState?: ProvisioningState; publicNetworkAccess?: undefined | string; publicPort?: undefined | number; serverPort?: undefined | number; sharedPrivateLinkResources?: SharedPrivateLinkResource[]; sku?: ResourceSku; systemData?: SystemData; tls?: WebPubSubTlsSettings; version?: undefined | string }

A class represent a resource.

WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse

WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse: SharedPrivateLinkResource

Contains response data for the createOrUpdate operation.

WebPubSubSharedPrivateLinkResourcesGetResponse

WebPubSubSharedPrivateLinkResourcesGetResponse: SharedPrivateLinkResource

Contains response data for the get operation.

WebPubSubSharedPrivateLinkResourcesListNextResponse

WebPubSubSharedPrivateLinkResourcesListNextResponse: SharedPrivateLinkResourceList

Contains response data for the listNext operation.

WebPubSubSharedPrivateLinkResourcesListResponse

WebPubSubSharedPrivateLinkResourcesListResponse: SharedPrivateLinkResourceList

Contains response data for the list operation.

WebPubSubSkuTier

WebPubSubSkuTier: string

Defines values for WebPubSubSkuTier.
KnownWebPubSubSkuTier can be used interchangeably with WebPubSubSkuTier, this enum contains the known values that the service supports.

Known values supported by the service

Free
Basic
Standard
Premium

WebPubSubUpdateResponse

WebPubSubUpdateResponse: WebPubSubResource

Contains response data for the update operation.

Variables

Const serializer

serializer: any = coreClient.createSerializer(Mappers, /* isXml */ false)

Object literals

Const $host

$host: object

parameterPath

parameterPath: string = "$host"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "$host"

type

type: object

name

name: string = "String"

Const DiagnosticConfiguration

DiagnosticConfiguration: object

type

type: object

className

className: string = "DiagnosticConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

enableConnectivityLogs

enableConnectivityLogs: object

serializedName

serializedName: string = "enableConnectivityLogs"

type

type: object

name

name: string = "String"

enableLiveTrace

enableLiveTrace: object

serializedName

serializedName: string = "enableLiveTrace"

type

type: object

name

name: string = "String"

enableMessagingLogs

enableMessagingLogs: object

serializedName

serializedName: string = "enableMessagingLogs"

type

type: object

name

name: string = "String"

Const Dimension

Dimension: object

type

type: object

className

className: string = "Dimension"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

internalName

internalName: object

serializedName

serializedName: string = "internalName"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

toBeExportedForShoebox

toBeExportedForShoebox: object

serializedName

serializedName: string = "toBeExportedForShoebox"

type

type: object

name

name: string = "Boolean"

Const ErrorAdditionalInfo

ErrorAdditionalInfo: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

info

info: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "info"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ErrorDetail

ErrorDetail: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

additionalInfo

additionalInfo: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "additionalInfo"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

target

target: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const ErrorResponse

ErrorResponse: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

Const EventHandlerSettings

EventHandlerSettings: object

type

type: object

className

className: string = "EventHandlerSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

items

items: object

serializedName

serializedName: string = "items"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EventHandlerTemplate"

name

name: string = "Composite"

Const EventHandlerTemplate

EventHandlerTemplate: object

type

type: object

className

className: string = "EventHandlerTemplate"

name

name: string = "Composite"

modelProperties

modelProperties: object

auth

auth: object

serializedName

serializedName: string = "auth"

type

type: object

className

className: string = "UpstreamAuthSettings"

name

name: string = "Composite"

systemEventPattern

systemEventPattern: object

serializedName

serializedName: string = "systemEventPattern"

type

type: object

name

name: string = "String"

urlTemplate

urlTemplate: object

required

required: boolean = true

serializedName

serializedName: string = "urlTemplate"

type

type: object

name

name: string = "String"

userEventPattern

userEventPattern: object

serializedName

serializedName: string = "userEventPattern"

type

type: object

name

name: string = "String"

Const LogSpecification

LogSpecification: object

type

type: object

className

className: string = "LogSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const ManagedIdentity

ManagedIdentity: object

type

type: object

className

className: string = "ManagedIdentity"

name

name: string = "Composite"

modelProperties

modelProperties: object

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

tenantId

tenantId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

userAssignedIdentities

userAssignedIdentities: object

serializedName

serializedName: string = "userAssignedIdentities"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "UserAssignedIdentityProperty"

name

name: string = "Composite"

Const ManagedIdentitySettings

ManagedIdentitySettings: object

type

type: object

className

className: string = "ManagedIdentitySettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

resource

resource: object

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const MetricSpecification

MetricSpecification: object

type

type: object

className

className: string = "MetricSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

aggregationType

aggregationType: object

serializedName

serializedName: string = "aggregationType"

type

type: object

name

name: string = "String"

category

category: object

serializedName

serializedName: string = "category"

type

type: object

name

name: string = "String"

dimensions

dimensions: object

serializedName

serializedName: string = "dimensions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Dimension"

name

name: string = "Composite"

displayDescription

displayDescription: object

serializedName

serializedName: string = "displayDescription"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

fillGapWithZero

fillGapWithZero: object

serializedName

serializedName: string = "fillGapWithZero"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const NameAvailability

NameAvailability: object

type

type: object

className

className: string = "NameAvailability"

name

name: string = "Composite"

modelProperties

modelProperties: object

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

nameAvailable

nameAvailable: object

serializedName

serializedName: string = "nameAvailable"

type

type: object

name

name: string = "Boolean"

reason

reason: object

serializedName

serializedName: string = "reason"

type

type: object

name

name: string = "String"

Const NameAvailabilityParameters

NameAvailabilityParameters: object

type

type: object

className

className: string = "NameAvailabilityParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

required

required: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const NetworkACL

NetworkACL: object

type

type: object

className

className: string = "NetworkACL"

name

name: string = "Composite"

modelProperties

modelProperties: object

allow

allow: object

serializedName

serializedName: string = "allow"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

deny

deny: object

serializedName

serializedName: string = "deny"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const Operation

Operation: object

type

type: object

className

className: string = "Operation"

name

name: string = "Composite"

modelProperties

modelProperties: object

display

display: object

serializedName

serializedName: string = "display"

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

isDataAction

isDataAction: object

serializedName

serializedName: string = "isDataAction"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

origin

origin: object

serializedName

serializedName: string = "origin"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "OperationProperties"

name

name: string = "Composite"

Const OperationDisplay

OperationDisplay: object

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const OperationList

OperationList: object

type

type: object

className

className: string = "OperationList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Operation"

name

name: string = "Composite"

Const OperationProperties

OperationProperties: object

type

type: object

className

className: string = "OperationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

serviceSpecification

serviceSpecification: object

serializedName

serializedName: string = "serviceSpecification"

type

type: object

className

className: string = "ServiceSpecification"

name

name: string = "Composite"

Const PrivateEndpoint

PrivateEndpoint: object

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const PrivateEndpointACL

PrivateEndpointACL: object

type

type: object

className

className: string = "PrivateEndpointACL"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnection

PrivateEndpointConnection: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

modelProperties

modelProperties: object

privateEndpoint

privateEndpoint: object

serializedName

serializedName: string = "properties.privateEndpoint"

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

privateLinkServiceConnectionState

privateLinkServiceConnectionState: object

serializedName

serializedName: string = "properties.privateLinkServiceConnectionState"

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

Const PrivateEndpointConnectionList

PrivateEndpointConnectionList: object

type

type: object

className

className: string = "PrivateEndpointConnectionList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

Const PrivateLinkResource

PrivateLinkResource: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

serializedName

serializedName: string = "properties.groupId"

type

type: object

name

name: string = "String"

requiredMembers

requiredMembers: object

serializedName

serializedName: string = "properties.requiredMembers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

requiredZoneNames

requiredZoneNames: object

serializedName

serializedName: string = "properties.requiredZoneNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

shareablePrivateLinkResourceTypes

shareablePrivateLinkResourceTypes: object

serializedName

serializedName: string = "properties.shareablePrivateLinkResourceTypes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ShareablePrivateLinkResourceType"

name

name: string = "Composite"

Const PrivateLinkResourceList

PrivateLinkResourceList: object

type

type: object

className

className: string = "PrivateLinkResourceList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

Const PrivateLinkServiceConnectionState

PrivateLinkServiceConnectionState: object

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

modelProperties

modelProperties: object

actionsRequired

actionsRequired: object

serializedName

serializedName: string = "actionsRequired"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const ProxyResource

ProxyResource: object

type

type: object

className

className: string = "ProxyResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const RegenerateKeyParameters

RegenerateKeyParameters: object

type

type: object

className

className: string = "RegenerateKeyParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

keyType

keyType: object

serializedName

serializedName: string = "keyType"

type

type: object

name

name: string = "String"

Const Resource

Resource: object

type

type: object

className

className: string = "Resource"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ResourceSku

ResourceSku: object

type

type: object

className

className: string = "ResourceSku"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacity

capacity: object

serializedName

serializedName: string = "capacity"

type

type: object

name

name: string = "Number"

family

family: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "family"

type

type: object

name

name: string = "String"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

size

size: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "size"

type

type: object

name

name: string = "String"

tier

tier: object

serializedName

serializedName: string = "tier"

type

type: object

name

name: string = "String"

Const ServiceSpecification

ServiceSpecification: object

type

type: object

className

className: string = "ServiceSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

logSpecifications

logSpecifications: object

serializedName

serializedName: string = "logSpecifications"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "LogSpecification"

name

name: string = "Composite"

metricSpecifications

metricSpecifications: object

serializedName

serializedName: string = "metricSpecifications"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetricSpecification"

name

name: string = "Composite"

Const ShareablePrivateLinkResourceProperties

ShareablePrivateLinkResourceProperties: object

type

type: object

className

className: string = "ShareablePrivateLinkResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

groupId

groupId: object

serializedName

serializedName: string = "groupId"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ShareablePrivateLinkResourceType

ShareablePrivateLinkResourceType: object

type

type: object

className

className: string = "ShareablePrivateLinkResourceType"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "ShareablePrivateLinkResourceProperties"

name

name: string = "Composite"

Const SharedPrivateLinkResource

SharedPrivateLinkResource: object

type

type: object

className

className: string = "SharedPrivateLinkResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

serializedName

serializedName: string = "properties.groupId"

type

type: object

name

name: string = "String"

privateLinkResourceId

privateLinkResourceId: object

serializedName

serializedName: string = "properties.privateLinkResourceId"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

requestMessage

requestMessage: object

serializedName

serializedName: string = "properties.requestMessage"

type

type: object

name

name: string = "String"

status

status: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

Const SharedPrivateLinkResourceList

SharedPrivateLinkResourceList: object

type

type: object

className

className: string = "SharedPrivateLinkResourceList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SharedPrivateLinkResource"

name

name: string = "Composite"

Const SignalRServiceUsage

SignalRServiceUsage: object

type

type: object

className

className: string = "SignalRServiceUsage"

name

name: string = "Composite"

modelProperties

modelProperties: object

currentValue

currentValue: object

serializedName

serializedName: string = "currentValue"

type

type: object

name

name: string = "Number"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "SignalRServiceUsageName"

name

name: string = "Composite"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const SignalRServiceUsageList

SignalRServiceUsageList: object

type

type: object

className

className: string = "SignalRServiceUsageList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SignalRServiceUsage"

name

name: string = "Composite"

Const SignalRServiceUsageName

SignalRServiceUsageName: object

type

type: object

className

className: string = "SignalRServiceUsageName"

name

name: string = "Composite"

modelProperties

modelProperties: object

localizedValue

localizedValue: object

serializedName

serializedName: string = "localizedValue"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const SystemData

SystemData: object

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdAt

createdAt: object

serializedName

serializedName: string = "createdAt"

type

type: object

name

name: string = "DateTime"

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

name

name: string = "String"

createdByType

createdByType: object

serializedName

serializedName: string = "createdByType"

type

type: object

name

name: string = "String"

lastModifiedAt

lastModifiedAt: object

serializedName

serializedName: string = "lastModifiedAt"

type

type: object

name

name: string = "DateTime"

lastModifiedBy

lastModifiedBy: object

serializedName

serializedName: string = "lastModifiedBy"

type

type: object

name

name: string = "String"

lastModifiedByType

lastModifiedByType: object

serializedName

serializedName: string = "lastModifiedByType"

type

type: object

name

name: string = "String"

Const TrackedResource

TrackedResource: object

type

type: object

className

className: string = "TrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const UpstreamAuthSettings

UpstreamAuthSettings: object

type

type: object

className

className: string = "UpstreamAuthSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

managedIdentity

managedIdentity: object

serializedName

serializedName: string = "managedIdentity"

type

type: object

className

className: string = "ManagedIdentitySettings"

name

name: string = "Composite"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const UserAssignedIdentityProperty

UserAssignedIdentityProperty: object

type

type: object

className

className: string = "UserAssignedIdentityProperty"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientId

clientId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "String"

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

Const WebPubSubKeys

WebPubSubKeys: object

type

type: object

className

className: string = "WebPubSubKeys"

name

name: string = "Composite"

modelProperties

modelProperties: object

primaryConnectionString

primaryConnectionString: object

serializedName

serializedName: string = "primaryConnectionString"

type

type: object

name

name: string = "String"

primaryKey

primaryKey: object

serializedName

serializedName: string = "primaryKey"

type

type: object

name

name: string = "String"

secondaryConnectionString

secondaryConnectionString: object

serializedName

serializedName: string = "secondaryConnectionString"

type

type: object

name

name: string = "String"

secondaryKey

secondaryKey: object

serializedName

serializedName: string = "secondaryKey"

type

type: object

name

name: string = "String"

Const WebPubSubNetworkACLs

WebPubSubNetworkACLs: object

type

type: object

className

className: string = "WebPubSubNetworkACLs"

name

name: string = "Composite"

modelProperties

modelProperties: object

defaultAction

defaultAction: object

serializedName

serializedName: string = "defaultAction"

type

type: object

name

name: string = "String"

privateEndpoints

privateEndpoints: object

serializedName

serializedName: string = "privateEndpoints"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointACL"

name

name: string = "Composite"

publicNetwork

publicNetwork: object

serializedName

serializedName: string = "publicNetwork"

type

type: object

className

className: string = "NetworkACL"

name

name: string = "Composite"

Const WebPubSubResource

WebPubSubResource: object

type

type: object

className

className: string = "WebPubSubResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

diagnosticConfiguration

diagnosticConfiguration: object

serializedName

serializedName: string = "properties.diagnosticConfiguration"

type

type: object

className

className: string = "DiagnosticConfiguration"

name

name: string = "Composite"

disableAadAuth

disableAadAuth: object

serializedName

serializedName: string = "properties.disableAadAuth"

type

type: object

name

name: string = "Boolean"

disableLocalAuth

disableLocalAuth: object

serializedName

serializedName: string = "properties.disableLocalAuth"

type

type: object

name

name: string = "Boolean"

eventHandler

eventHandler: object

serializedName

serializedName: string = "properties.eventHandler"

type

type: object

className

className: string = "EventHandlerSettings"

name

name: string = "Composite"

externalIP

externalIP: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.externalIP"

type

type: object

name

name: string = "String"

hostName

hostName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.hostName"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedIdentity"

name

name: string = "Composite"

networkACLs

networkACLs: object

serializedName

serializedName: string = "properties.networkACLs"

type

type: object

className

className: string = "WebPubSubNetworkACLs"

name

name: string = "Composite"

privateEndpointConnections

privateEndpointConnections: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateEndpointConnections"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

defaultValue

defaultValue: string = "Enabled"

serializedName

serializedName: string = "properties.publicNetworkAccess"

type

type: object

name

name: string = "String"

publicPort

publicPort: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.publicPort"

type

type: object

name

name: string = "Number"

serverPort

serverPort: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.serverPort"

type

type: object

name

name: string = "Number"

sharedPrivateLinkResources

sharedPrivateLinkResources: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.sharedPrivateLinkResources"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SharedPrivateLinkResource"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "ResourceSku"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

tls

tls: object

serializedName

serializedName: string = "properties.tls"

type

type: object

className

className: string = "WebPubSubTlsSettings"

name

name: string = "Composite"

version

version: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.version"

type

type: object

name

name: string = "String"

Const WebPubSubResourceList

WebPubSubResourceList: object

type

type: object

className

className: string = "WebPubSubResourceList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "WebPubSubResource"

name

name: string = "Composite"

Const WebPubSubTlsSettings

WebPubSubTlsSettings: object

type

type: object

className

className: string = "WebPubSubTlsSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientCertEnabled

clientCertEnabled: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "clientCertEnabled"

type

type: object

name

name: string = "Boolean"

Const accept

accept: object

parameterPath

parameterPath: string = "accept"

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Accept"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2021-06-01-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const checkNameAvailabilityOperationSpec

checkNameAvailabilityOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.location,Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.NameAvailability

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const contentType

contentType: object

parameterPath

parameterPath: string[] = ["options", "contentType"]

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Content-Type"

type

type: object

name

name: string = "String"

Const createOrUpdateOperationSpec

createOrUpdateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters4

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName,Parameters.sharedPrivateLinkResourceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SharedPrivateLinkResource

201

201: object

bodyMapper

bodyMapper: any = Mappers.SharedPrivateLinkResource

202

202: object

bodyMapper

bodyMapper: any = Mappers.SharedPrivateLinkResource

204

204: object

bodyMapper

bodyMapper: any = Mappers.SharedPrivateLinkResource

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const deleteOperationSpec

deleteOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName,Parameters.sharedPrivateLinkResourceName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getOperationSpec

getOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName,Parameters.sharedPrivateLinkResourceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SharedPrivateLinkResource

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByResourceGroupNextOperationSpec

listByResourceGroupNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.nextLink,Parameters.subscriptionId,Parameters.resourceGroupName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubResourceList

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByResourceGroupOperationSpec

listByResourceGroupOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubResourceList

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listBySubscriptionNextOperationSpec

listBySubscriptionNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.nextLink,Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubResourceList

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listBySubscriptionOperationSpec

listBySubscriptionOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubResourceList

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listKeysOperationSpec

listKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/listKeys"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubKeys

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNextOperationSpec

listNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.nextLink,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SharedPrivateLinkResourceList

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listOperationSpec

listOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SharedPrivateLinkResourceList

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const location

location: object

parameterPath

parameterPath: string = "location"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

Const nextLink

nextLink: object

parameterPath

parameterPath: string = "nextLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const parameters

parameters: object

mapper

mapper: any = NameAvailabilityParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters1

parameters1: object

mapper

mapper: any = WebPubSubResourceMapper

parameterPath

parameterPath: string = "parameters"

Const parameters2

parameters2: object

mapper

mapper: any = RegenerateKeyParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters3

parameters3: object

mapper

mapper: any = PrivateEndpointConnectionMapper

parameterPath

parameterPath: string = "parameters"

Const parameters4

parameters4: object

mapper

mapper: any = SharedPrivateLinkResourceMapper

parameterPath

parameterPath: string = "parameters"

Const privateEndpointConnectionName

privateEndpointConnectionName: object

parameterPath

parameterPath: string = "privateEndpointConnectionName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "privateEndpointConnectionName"

type

type: object

name

name: string = "String"

Const regenerateKeyOperationSpec

regenerateKeyOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/regenerateKey"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters2

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubKeys

201

201: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubKeys

202

202: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubKeys

204

204: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubKeys

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const resourceGroupName

resourceGroupName: object

parameterPath

parameterPath: string = "resourceGroupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceGroupName"

type

type: object

name

name: string = "String"

Const resourceName

resourceName: object

parameterPath

parameterPath: string = "resourceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceName"

type

type: object

name

name: string = "String"

Const restartOperationSpec

restartOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/restart"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const sharedPrivateLinkResourceName

sharedPrivateLinkResourceName: object

parameterPath

parameterPath: string = "sharedPrivateLinkResourceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "sharedPrivateLinkResourceName"

type

type: object

name

name: string = "String"

Const subscriptionId

subscriptionId: object

parameterPath

parameterPath: string = "subscriptionId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "subscriptionId"

type

type: object

name

name: string = "String"

Const updateOperationSpec

updateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters3

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.resourceName,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

201

201: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubResource

202

202: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubResource

204

204: object

bodyMapper

bodyMapper: any = Mappers.WebPubSubResource

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Generated using TypeDoc