ReplaceAllFirewallRulesOperationResponse 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
ReplaceAllFirewallRulesOperationResponse() |
Initializes a new instance of the ReplaceAllFirewallRulesOperationResponse class. |
ReplaceAllFirewallRulesOperationResponse(String) |
Initializes a new instance of the ReplaceAllFirewallRulesOperationResponse class. |
ReplaceAllFirewallRulesOperationResponse()
Initializes a new instance of the ReplaceAllFirewallRulesOperationResponse class.
public ReplaceAllFirewallRulesOperationResponse ();
Public Sub New ()
Applies to
ReplaceAllFirewallRulesOperationResponse(String)
Initializes a new instance of the ReplaceAllFirewallRulesOperationResponse class.
public ReplaceAllFirewallRulesOperationResponse (string operationId = default);
new Microsoft.Azure.Management.Synapse.Models.ReplaceAllFirewallRulesOperationResponse : string -> Microsoft.Azure.Management.Synapse.Models.ReplaceAllFirewallRulesOperationResponse
Public Sub New (Optional operationId As String = Nothing)
Parameters
- operationId
- String
The operation ID
Applies to
Azure SDK for .NET