Uses of Enum
com.azure.resourcemanager.privatedns.models.RecordType
Packages that use RecordType
Package
Description
Package containing the service clients for PrivateDnsManagementClient.
Package containing the data models for PrivateDnsManagementClient.
-
Uses of RecordType in com.azure.resourcemanager.privatedns.fluent
Methods in com.azure.resourcemanager.privatedns.fluent with parameters of type RecordTypeModifier and TypeMethodDescriptionRecordSetsClient.createOrUpdate(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters) Creates or updates a record set within a Private DNS zone.RecordSetsClient.createOrUpdateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters) Creates or updates a record set within a Private DNS zone.RecordSetsClient.createOrUpdateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, String ifNoneMatch) Creates or updates a record set within a Private DNS zone.com.azure.core.http.rest.Response<RecordSetInner>RecordSetsClient.createOrUpdateWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) Creates or updates a record set within a Private DNS zone.Mono<com.azure.core.http.rest.Response<RecordSetInner>>RecordSetsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, String ifNoneMatch) Creates or updates a record set within a Private DNS zone.voidRecordSetsClient.delete(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName) Deletes a record set from a Private DNS zone.RecordSetsClient.deleteAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName) Deletes a record set from a Private DNS zone.RecordSetsClient.deleteAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, String ifMatch) Deletes a record set from a Private DNS zone.com.azure.core.http.rest.Response<Void>RecordSetsClient.deleteWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, String ifMatch, com.azure.core.util.Context context) Deletes a record set from a Private DNS zone.RecordSetsClient.deleteWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, String ifMatch) Deletes a record set from a Private DNS zone.RecordSetsClient.get(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName) Gets a record set.RecordSetsClient.getAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName) Gets a record set.com.azure.core.http.rest.Response<RecordSetInner>RecordSetsClient.getWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, com.azure.core.util.Context context) Gets a record set.Mono<com.azure.core.http.rest.Response<RecordSetInner>>RecordSetsClient.getWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName) Gets a record set.com.azure.core.http.rest.PagedIterable<RecordSetInner>RecordSetsClient.listByType(String resourceGroupName, String privateZoneName, RecordType recordType) Lists the record sets of a specified type in a Private DNS zone.com.azure.core.http.rest.PagedIterable<RecordSetInner>RecordSetsClient.listByType(String resourceGroupName, String privateZoneName, RecordType recordType, Integer top, String recordsetnamesuffix, com.azure.core.util.Context context) Lists the record sets of a specified type in a Private DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>RecordSetsClient.listByTypeAsync(String resourceGroupName, String privateZoneName, RecordType recordType) Lists the record sets of a specified type in a Private DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>RecordSetsClient.listByTypeAsync(String resourceGroupName, String privateZoneName, RecordType recordType, Integer top, String recordsetnamesuffix) Lists the record sets of a specified type in a Private DNS zone.RecordSetsClient.update(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters) Updates a record set within a Private DNS zone.RecordSetsClient.updateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters) Updates a record set within a Private DNS zone.RecordSetsClient.updateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch) Updates a record set within a Private DNS zone.com.azure.core.http.rest.Response<RecordSetInner>RecordSetsClient.updateWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, com.azure.core.util.Context context) Updates a record set within a Private DNS zone.Mono<com.azure.core.http.rest.Response<RecordSetInner>>RecordSetsClient.updateWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch) Updates a record set within a Private DNS zone. -
Uses of RecordType in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return RecordTypeModifier and TypeMethodDescriptionstatic RecordTypeRecordType.fromString(String value) Parses a serialized value to a RecordType instance.PrivateDnsRecordSet.recordType()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.