Uses of Enum
com.azure.resourcemanager.dns.models.RecordType
Packages that use RecordType
Package
Description
Package containing the service clients for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of RecordType in com.azure.resourcemanager.dns.fluent
Methods in com.azure.resourcemanager.dns.fluent with parameters of type RecordTypeModifier and TypeMethodDescriptionRecordSetsClient.createOrUpdate(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters) Creates or updates a record set within a DNS zone.RecordSetsClient.createOrUpdateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters) Creates or updates a record set within a DNS zone.com.azure.core.http.rest.Response<RecordSetInner> RecordSetsClient.createOrUpdateWithResponse(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) Creates or updates a record set within a DNS zone.Mono<com.azure.core.http.rest.Response<RecordSetInner>> RecordSetsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch, String ifNoneMatch) Creates or updates a record set within a DNS zone.voidRecordSetsClient.delete(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType) Deletes a record set from a DNS zone.RecordSetsClient.deleteAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType) Deletes a record set from a DNS zone.com.azure.core.http.rest.Response<Void> RecordSetsClient.deleteWithResponse(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, String ifMatch, com.azure.core.util.Context context) Deletes a record set from a DNS zone.RecordSetsClient.deleteWithResponseAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, String ifMatch) Deletes a record set from a DNS zone.RecordSetsClient.get(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType) Gets a record set.RecordSetsClient.getAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType) Gets a record set.com.azure.core.http.rest.Response<RecordSetInner> RecordSetsClient.getWithResponse(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, com.azure.core.util.Context context) Gets a record set.Mono<com.azure.core.http.rest.Response<RecordSetInner>> RecordSetsClient.getWithResponseAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType) Gets a record set.com.azure.core.http.rest.PagedIterable<RecordSetInner> RecordSetsClient.listByType(String resourceGroupName, String zoneName, RecordType recordType) Lists the record sets of a specified type in a DNS zone.com.azure.core.http.rest.PagedIterable<RecordSetInner> RecordSetsClient.listByType(String resourceGroupName, String zoneName, RecordType recordType, Integer top, String recordsetnamesuffix, com.azure.core.util.Context context) Lists the record sets of a specified type in a DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner> RecordSetsClient.listByTypeAsync(String resourceGroupName, String zoneName, RecordType recordType) Lists the record sets of a specified type in a DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner> RecordSetsClient.listByTypeAsync(String resourceGroupName, String zoneName, RecordType recordType, Integer top, String recordsetnamesuffix) Lists the record sets of a specified type in a DNS zone.RecordSetsClient.update(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters) Updates a record set within a DNS zone.RecordSetsClient.updateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters) Updates a record set within a DNS zone.com.azure.core.http.rest.Response<RecordSetInner> RecordSetsClient.updateWithResponse(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch, com.azure.core.util.Context context) Updates a record set within a DNS zone.Mono<com.azure.core.http.rest.Response<RecordSetInner>> RecordSetsClient.updateWithResponseAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch) Updates a record set within a DNS zone. -
Uses of RecordType in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return RecordTypeModifier and TypeMethodDescriptionstatic RecordTypeRecordType.fromString(String value) Parses a serialized value to a RecordType instance.DnsRecordSet.recordType()Gets the type of records in this record set.static RecordTypeReturns the enum constant of this type with the specified name.static RecordType[]RecordType.values()Returns an array containing the constants of this enum type, in the order they are declared.