Class ServiceSku
Inheritance
System.Object
ServiceSku
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceSku
Fields
View SourceCapacity
Specifies the number of units associated with this SignalR service. Valid values are 1, 2, 5, 10, 20, 50 and 100.
Declaration
public readonly int Capacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Specifies which tier to use. Valid values are Free_F1 and Standard_S1.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |