RecordSetUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.dns.RecordSetUpdateParameters

public class RecordSetUpdateParameters

Parameters supplied to update a record set.

Method Summary

Modifier and Type Method and Description
RecordSetInner recordSet()

Get the recordSet value.

RecordSetUpdateParameters 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