IServiceBusIdentity.ConfigName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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