Class GetServiceResult
Inheritance
System.Object
GetServiceResult
Inherited Members
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 GetServiceResult
Fields
View SourceHostname
The FQDN of the SignalR service.
Declaration
public readonly string Hostname
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpAddress
The publicly accessible IP of the SignalR service.
Declaration
public readonly string IpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
Location
Specifies the supported Azure location where the SignalR service exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrimaryAccessKey
The primary access key of the SignalR service.
Declaration
public readonly string PrimaryAccessKey
Field Value
| Type | Description |
|---|---|
| System.String |
PrimaryConnectionString
The primary connection string of the SignalR service.
Declaration
public readonly string PrimaryConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
PublicPort
The publicly accessible port of the SignalR service which is designed for browser/client use.
Declaration
public readonly int PublicPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SecondaryAccessKey
The secondary access key of the SignalR service.
Declaration
public readonly string SecondaryAccessKey
Field Value
| Type | Description |
|---|---|
| System.String |
SecondaryConnectionString
The secondary connection string of the SignalR service.
Declaration
public readonly string SecondaryConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
ServerPort
The publicly accessible port of the SignalR service which is designed for customer server side use.
Declaration
public readonly int ServerPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Tags
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |