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'
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET