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

IServiceBusIdentity.ConfigName Property

Definition

The configuration name. Should always be "$default".

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="The configuration name. Should always be "$default".", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName) }, ReadOnly=false, Required=false, SerializedName="configName")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName? ConfigName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PSArgumentCompleter(new System.String[] { "$default" })]
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="The configuration name. Should always be "$default".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="configName", Update=true)]
public string ConfigName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="The configuration name. Should always be "$default".", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName) }, ReadOnly=false, Required=false, SerializedName="configName")>]
member this.ConfigName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.MigrationConfigurationName> with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PSArgumentCompleter(new System.String[] { "$default" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="The configuration name. Should always be "$default".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="configName", Update=true)>]
member this.ConfigName : string with get, set
Public Property ConfigName As Nullable(Of MigrationConfigurationName)
Public Property ConfigName As String

Property Value

Attributes

Applies to