Class RecordSetUpdateParameters
- java.lang.Object
-
- com.microsoft.azure.management.dns.RecordSetUpdateParameters
-
public class RecordSetUpdateParameters extends Object
Parameters supplied to update a record set.
-
-
Constructor Summary
Constructors Constructor Description RecordSetUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.azure.management.dns.implementation.RecordSetInnerrecordSet()Get the recordSet value.RecordSetUpdateParameterswithRecordSet(com.microsoft.azure.management.dns.implementation.RecordSetInner recordSet)Set the recordSet value.
-
-
-
Method Detail
-
recordSet
public com.microsoft.azure.management.dns.implementation.RecordSetInner recordSet()
Get the recordSet value.- Returns:
- the recordSet value
-
withRecordSet
public RecordSetUpdateParameters withRecordSet(com.microsoft.azure.management.dns.implementation.RecordSetInner recordSet)
Set the recordSet value.- Parameters:
recordSet- the recordSet value to set- Returns:
- the RecordSetUpdateParameters object itself.
-
-