ArmWebPubSubModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmWebPubSubModelFactory
type ArmWebPubSubModelFactory = class
Public Class ArmWebPubSubModelFactory
Inheritance
ArmWebPubSubModelFactory

Methods

Name Description
BillingInfoSku(String, Nullable<WebPubSubSkuTier>, String, String, Nullable<Int32>)

The billing information of the resource.

LiveTraceConfiguration(Nullable<Boolean>, IEnumerable<LiveTraceCategory>)

Live trace configuration of a Microsoft.SignalRService resource.

PrivateEndpointAcl(IEnumerable<WebPubSubRequestType>, IEnumerable<WebPubSubRequestType>, String)

ACL for a private endpoint.

PublicNetworkAcls(IEnumerable<WebPubSubRequestType>, IEnumerable<WebPubSubRequestType>)

Network ACL.

SignalRServiceUsage(ResourceIdentifier, Nullable<Int64>, Nullable<Int64>, SignalRServiceUsageName, String)

Object that describes a specific usage of the resources.

SignalRServiceUsageName(String, String)

Localizable String object containing the name and a localized value.

WebPubSubApplicationFirewallSettings(IEnumerable<WebPubSubClientConnectionCountRule>, IEnumerable<WebPubSubClientTrafficControlRule>, Nullable<Int64>)

Application firewall settings for the resource.

WebPubSubCustomCertificateData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<WebPubSubProvisioningState>, Uri, String, String)
WebPubSubCustomDomainData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<WebPubSubProvisioningState>, String, ResourceIdentifier)
WebPubSubData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<WebPubSubProvisioningState>, String, String, Nullable<Int32>, Nullable<Int32>, String, IEnumerable<WebPubSubPrivateEndpointConnectionData>, IEnumerable<WebPubSubSharedPrivateLinkData>, String, LiveTraceConfiguration, WebPubSubNetworkAcls, WebPubSubApplicationFirewallSettings, String, Nullable<Boolean>, Nullable<Boolean>, String, String, Nullable<Boolean>, IEnumerable<ResourceLogCategory>, String, BillingInfoSku, Nullable<WebPubSubServiceKind>, ManagedServiceIdentity)
WebPubSubEventHandler(String, String, IEnumerable<String>, UpstreamAuthSettings, WebPubSubGroupPresenceEventFilters)

Properties of event handler.

WebPubSubEventNameFilter(IEnumerable<String>, String)

Filter events by their name.

WebPubSubGroupPresenceEventFilters(IEnumerable<WebPubSubGroupPresenceEventName>, IEnumerable<String>)

Represents presence event filters for event handler configuration.

WebPubSubHubData(ResourceIdentifier, String, ResourceType, SystemData, WebPubSubHubProperties)

A hub setting.

WebPubSubHubProperties(IEnumerable<WebPubSubEventHandler>, IEnumerable<WebPubSubEventListener>, String, Nullable<Int32>)

Properties of a hub.

WebPubSubKeys(String, String, String, String)

A class represents the access keys of the resource.

WebPubSubNameAvailability(Nullable<Boolean>, String, String)

Result of the request to check name availability. It contains a flag and possible reason of failure.

WebPubSubNameAvailabilityContent(String, String)

Data POST-ed to the nameAvailability action.

WebPubSubNetworkAcls(Nullable<AclAction>, PublicNetworkAcls, IEnumerable<PrivateEndpointAcl>, IEnumerable<WebPubSubIPRule>)

Network ACLs for the resource.

WebPubSubPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<WebPubSubProvisioningState>, ResourceIdentifier, IEnumerable<String>, WebPubSubPrivateLinkServiceConnectionState)

Initializes a new instance of WebPubSubPrivateEndpointConnectionData.

WebPubSubPrivateLink(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<String>, IEnumerable<String>, IEnumerable<ShareablePrivateLinkType>)

Initializes a new instance of WebPubSubPrivateLink.

WebPubSubReplicaData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<WebPubSubProvisioningState>, String, String, BillingInfoSku)
WebPubSubSharedPrivateLinkData(ResourceIdentifier, String, ResourceType, SystemData, String, ResourceIdentifier, Nullable<WebPubSubProvisioningState>, String, IEnumerable<String>, Nullable<WebPubSubSharedPrivateLinkStatus>)
WebPubSubSku(Nullable<ResourceType>, BillingInfoSku, WebPubSubSkuCapacity)

Describes an available sku.".

WebPubSubSkuCapacity(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IEnumerable<Int32>, Nullable<WebPubSubScaleType>)

Describes scaling information of a sku.

Applies to