你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SignalRService.Features Property

Definition

List of the featureFlags. FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not explicitly set, its globally default value will be used But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.

public Azure.Provisioning.BicepList<Azure.Provisioning.SignalR.SignalRFeature> Features { get; set; }
member this.Features : Azure.Provisioning.BicepList<Azure.Provisioning.SignalR.SignalRFeature> with get, set
Public Property Features As BicepList(Of SignalRFeature)

Property Value

Applies to