Class ServiceSkuArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceSkuArgs : ResourceArgs
Constructors
View SourceServiceSkuArgs()
Declaration
public ServiceSkuArgs()
Properties
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 Input<int> Capacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Specifies which tier to use. Valid values are Free_F1 and Standard_S1.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |