Show / Hide Table of Contents

Class ServiceFeatureArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceFeatureArgs
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 ServiceFeatureArgs : ResourceArgs

Constructors

View Source

ServiceFeatureArgs()

Declaration
public ServiceFeatureArgs()

Properties

View Source

Flag

The kind of Feature. Possible values are EnableConnectivityLogs and ServiceMode.

Declaration
public Input<string> Flag { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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