Class ServiceState
Inherited Members
Namespace: Pulumi.Azure.SignalR
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceState : ResourceArgs
Constructors
View SourceServiceState()
Declaration
public ServiceState()
Properties
View SourceCors
A cors block as documented below.
Declaration
public InputList<ServiceCorGetArgs> Cors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceCorGetArgs> |
Features
A features block as documented below.
Declaration
public InputList<ServiceFeatureGetArgs> Features { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceFeatureGetArgs> |
Hostname
The FQDN of the SignalR service.
Declaration
public Input<string> Hostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddress
The publicly accessible IP of the SignalR service.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the SignalR service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the SignalR service. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryAccessKey
The primary access key for the SignalR service.
Declaration
public Input<string> PrimaryAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryConnectionString
The primary connection string for the SignalR service.
Declaration
public Input<string> PrimaryConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicPort
The publicly accessible port of the SignalR service which is designed for browser/client use.
Declaration
public Input<int> PublicPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceGroupName
The name of the resource group in which to create the SignalR service. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryAccessKey
The secondary access key for the SignalR service.
Declaration
public Input<string> SecondaryAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryConnectionString
The secondary connection string for the SignalR service.
Declaration
public Input<string> SecondaryConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerPort
The publicly accessible port of the SignalR service which is designed for customer server side use.
Declaration
public Input<int> ServerPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Sku
A sku block as documented below.
Declaration
public Input<ServiceSkuGetArgs> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceSkuGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |