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

IIoTHubEventSourceCreateOrUpdateParameters.KeyName Property

Definition

The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot hub.

[Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot hub.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="keyName")]
public string KeyName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot hub.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="keyName")>]
member this.KeyName : string with get, set
Public Property KeyName As String

Property Value

Attributes

Applies to