GovernanceRulesDeleteHeaders Constructors
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.
Overloads
GovernanceRulesDeleteHeaders() |
Initializes a new instance of the GovernanceRulesDeleteHeaders class. |
GovernanceRulesDeleteHeaders(String) |
Initializes a new instance of the GovernanceRulesDeleteHeaders class. |
GovernanceRulesDeleteHeaders()
Initializes a new instance of the GovernanceRulesDeleteHeaders class.
public GovernanceRulesDeleteHeaders ();
Public Sub New ()
Applies to
GovernanceRulesDeleteHeaders(String)
Initializes a new instance of the GovernanceRulesDeleteHeaders class.
public GovernanceRulesDeleteHeaders (string location = default);
new Microsoft.Azure.Management.Security.Models.GovernanceRulesDeleteHeaders : string -> Microsoft.Azure.Management.Security.Models.GovernanceRulesDeleteHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String