UpdateManagedInstanceDnsServersOperation 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
UpdateManagedInstanceDnsServersOperation() |
Initializes a new instance of the UpdateManagedInstanceDnsServersOperation class. |
UpdateManagedInstanceDnsServersOperation(String, String, String, String) |
Initializes a new instance of the UpdateManagedInstanceDnsServersOperation class. |
UpdateManagedInstanceDnsServersOperation()
Initializes a new instance of the UpdateManagedInstanceDnsServersOperation class.
public UpdateManagedInstanceDnsServersOperation ();
Public Sub New ()
Applies to
UpdateManagedInstanceDnsServersOperation(String, String, String, String)
Initializes a new instance of the UpdateManagedInstanceDnsServersOperation class.
public UpdateManagedInstanceDnsServersOperation (string id = default, string name = default, string type = default, string status = default);
new Microsoft.Azure.Management.Sql.Models.UpdateManagedInstanceDnsServersOperation : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.UpdateManagedInstanceDnsServersOperation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional status As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- status
- String
The status of the DNS refresh operation. Possible values include: 'Succeeded', 'Failed'
Applies to
Azure SDK for .NET