RecordSetUpdateParameters 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
RecordSetUpdateParameters() |
Initializes a new instance of the RecordSetUpdateParameters class. |
RecordSetUpdateParameters(RecordSet) |
Initializes a new instance of the RecordSetUpdateParameters class. |
RecordSetUpdateParameters()
Initializes a new instance of the RecordSetUpdateParameters class.
public RecordSetUpdateParameters ();
Public Sub New ()
Applies to
RecordSetUpdateParameters(RecordSet)
Initializes a new instance of the RecordSetUpdateParameters class.
public RecordSetUpdateParameters (Microsoft.Azure.Management.Dns.Models.RecordSet recordSet = default);
new Microsoft.Azure.Management.Dns.Models.RecordSetUpdateParameters : Microsoft.Azure.Management.Dns.Models.RecordSet -> Microsoft.Azure.Management.Dns.Models.RecordSetUpdateParameters
Public Sub New (Optional recordSet As RecordSet = Nothing)
Parameters
- recordSet
- RecordSet
Specifies information about the record set being updated.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET