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.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
Public Property ConfigName As Nullable(Of MigrationConfigurationName)

Property Value

Attributes

Applies to