Show / Hide Table of Contents

Class ServiceSkuArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceSkuArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceSkuArgs : ResourceArgs

Constructors

View Source

ServiceSkuArgs()

Declaration
public ServiceSkuArgs()

Properties

View Source

Capacity

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.