ISupportTicketDetails.Require24X7Response 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.
Indicates if this requires a 24x7 response from Azure.
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Indicates if this requires a 24x7 response from Azure.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="require24X7Response", Update=true)]
public bool? Require24X7Response { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Indicates if this requires a 24x7 response from Azure.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="require24X7Response", Update=true)>]
member this.Require24X7Response : Nullable<bool> with get, set
Public Property Require24X7Response As Nullable(Of Boolean)
Property Value
- Attributes