IDigitalTwinsEndpointResourceProperties.EndpointType Property

Definition

The type of Digital Twins endpoint

[Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.PSArgumentCompleter(new System.String[] { "EventHub", "EventGrid", "ServiceBus" })]
[Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Create=true, Description="The type of Digital Twins endpoint", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="endpointType", Update=true)]
public string EndpointType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.PSArgumentCompleter(new System.String[] { "EventHub", "EventGrid", "ServiceBus" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Create=true, Description="The type of Digital Twins endpoint", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="endpointType", Update=true)>]
member this.EndpointType : string with get, set
Public Property EndpointType As String

Property Value

Attributes

Applies to