Class ServiceFeatureArgs
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 ServiceFeatureArgs : ResourceArgs
Constructors
View SourceServiceFeatureArgs()
Declaration
public ServiceFeatureArgs()
Properties
View SourceFlag
The kind of Feature. Possible values are EnableConnectivityLogs and ServiceMode.
Declaration
public Input<string> Flag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
A value of a feature flag. Possible values are Classic, Default and Serverless.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |