RecordSetUpdateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. dns. RecordSetUpdateParameters
- com.
public class RecordSetUpdateParameters
Parameters supplied to update a record set.
Method Summary
Modifier and Type | Method and Description |
---|---|
RecordSetInner |
recordSet()
Get the recordSet value. |
Record |
withRecordSet(RecordSetInner recordSet)
Set the recordSet value. |
Method Details
recordSet
public RecordSetInner recordSet()
Get the recordSet value.
Returns:
the recordSet value
withRecordSet
public RecordSetUpdateParameters withRecordSet(RecordSetInner recordSet)
Set the recordSet value.
Parameters:
recordSet
- the recordSet value to set
Returns:
the RecordSetUpdateParameters object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java