NewAzStreamAnalyticsJob_CreateExpanded.IfMatch Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Header })]
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="If-Match")]
[System.Management.Automation.Parameter(HelpMessage="The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.", Mandatory=false)]
public string IfMatch { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Header })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="If-Match")>]
[<System.Management.Automation.Parameter(HelpMessage="The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.", Mandatory=false)>]
member this.IfMatch : string with get, set
Public Property IfMatch As String

Property Value

String
Attributes

Applies to