Show / Hide Table of Contents

Class ServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.SignalR
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceState : ResourceArgs

Constructors

View Source

ServiceState()

Declaration
public ServiceState()

Properties

View Source

Cors

A cors block as documented below.

Declaration
public InputList<ServiceCorGetArgs> Cors { get; set; }
Property Value
Type Description
InputList<ServiceCorGetArgs>
View Source

Features

A features block as documented below.

Declaration
public InputList<ServiceFeatureGetArgs> Features { get; set; }
Property Value
Type Description
InputList<ServiceFeatureGetArgs>
View Source

Hostname

The FQDN of the SignalR service.

Declaration
public Input<string> Hostname { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpAddress

The publicly accessible IP of the SignalR service.

Declaration
public Input<string> IpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

PrimaryAccessKey

The primary access key for the SignalR service.

Declaration
public Input<string> PrimaryAccessKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrimaryConnectionString

The primary connection string for the SignalR service.

Declaration
public Input<string> PrimaryConnectionString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

SecondaryAccessKey

The secondary access key for the SignalR service.

Declaration
public Input<string> SecondaryAccessKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecondaryConnectionString

The secondary connection string for the SignalR service.

Declaration
public Input<string> SecondaryConnectionString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Sku

A sku block as documented below.

Declaration
public Input<ServiceSkuGetArgs> Sku { get; set; }
Property Value
Type Description
Input<ServiceSkuGetArgs>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.