ArmNetworkModelFactory.RecordSet Method
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.
Initializes a new instance of RecordSet.
public static Azure.ResourceManager.Network.Models.RecordSet RecordSet (string recordType = default, string recordSetName = default, string fqdn = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, int? ttl = default, System.Collections.Generic.IEnumerable<string> ipAddresses = default);
static member RecordSet : string * string * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<int> * seq<string> -> Azure.ResourceManager.Network.Models.RecordSet
Public Shared Function RecordSet (Optional recordType As String = Nothing, Optional recordSetName As String = Nothing, Optional fqdn As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional ttl As Nullable(Of Integer) = Nothing, Optional ipAddresses As IEnumerable(Of String) = Nothing) As RecordSet
Parameters
- recordType
- String
Resource record type.
- recordSetName
- String
Recordset name.
- fqdn
- String
Fqdn that resolves to private endpoint ip address.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the recordset.
- ipAddresses
- IEnumerable<String>
The private ip address of the private endpoint.
Returns
A new RecordSet instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET