Show / Hide Table of Contents

Class ServiceFeature

Inheritance
System.Object
ServiceFeature
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 ServiceFeature

Fields

View Source

Flag

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

Declaration
public readonly string Flag
Field Value
Type Description
System.String
View Source

Value

A value of a feature flag. Possible values are Classic, Default and Serverless.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.