RecordSet 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
RecordSet() |
Initializes a new instance of the RecordSet class. |
RecordSet(String, String, String, String, Nullable<Int32>, IList<String>) |
Initializes a new instance of the RecordSet class. |
RecordSet()
Initializes a new instance of the RecordSet class.
public RecordSet ();
Public Sub New ()
Applies to
RecordSet(String, String, String, String, Nullable<Int32>, IList<String>)
Initializes a new instance of the RecordSet class.
public RecordSet (string recordType = default, string recordSetName = default, string fqdn = default, string provisioningState = default, int? ttl = default, System.Collections.Generic.IList<string> ipAddresses = default);
new Microsoft.Azure.Management.Network.Models.RecordSet : string * string * string * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.RecordSet
Public Sub New (Optional recordType As String = Nothing, Optional recordSetName As String = Nothing, Optional fqdn As String = Nothing, Optional provisioningState As String = Nothing, Optional ttl As Nullable(Of Integer) = Nothing, Optional ipAddresses As IList(Of String) = Nothing)
Parameters
- recordType
- String
Resource record type.
- recordSetName
- String
Recordset name.
- fqdn
- String
Fqdn that resolves to private endpoint ip address.
- provisioningState
- String
The provisioning state of the recordset. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'