UpdateAzStreamAnalyticsJob_UpdateExpanded.IfMatch 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.
[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
- Attributes