IJobPatchProperties1.EventStreamEndpoint 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 endpoint of the eventstream of the container apps job.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The endpoint of the eventstream of the container apps job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventStreamEndpoint", Update=true)]
public string EventStreamEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The endpoint of the eventstream of the container apps job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventStreamEndpoint", Update=true)>]
member this.EventStreamEndpoint : string with get, set
Public Property EventStreamEndpoint As String
Property Value
- Attributes