IServiceBus.EndpointUri 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 URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
[Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Create=true, Description="The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="endpointUri", Update=true)]
public string EndpointUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Create=true, Description="The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="endpointUri", Update=true)>]
member this.EndpointUri : string with get, set
Public Property EndpointUri As String
Property Value
- Attributes