IKubernetesSchema.ServiceBusConnectionString 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.
ServiceBus connection string.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="ServiceBus connection string.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="serviceBusConnectionString")]
public string ServiceBusConnectionString { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="ServiceBus connection string.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="serviceBusConnectionString")>]
member this.ServiceBusConnectionString : string with get, set
Public Property ServiceBusConnectionString As String
Property Value
- Attributes