Uses of Class
com.azure.resourcemanager.privatedns.fluent.models.RecordSetInner
Packages that use RecordSetInner
Package
Description
Package containing the service clients for PrivateDnsManagementClient.
Package containing the inner data models for PrivateDnsManagementClient.
Package containing the data models for PrivateDnsManagementClient.
-
Uses of RecordSetInner in com.azure.resourcemanager.privatedns.fluent
Methods in com.azure.resourcemanager.privatedns.fluent that return RecordSetInnerModifier 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.get(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName) Gets a record set.RecordSetsClient.update(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters) Updates a record set within a Private DNS zone.Methods in com.azure.resourcemanager.privatedns.fluent that return types with arguments of type RecordSetInnerModifier and TypeMethodDescriptionRecordSetsClient.createOrUpdateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters) 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.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>Lists all record sets in a Private DNS zone.com.azure.core.http.rest.PagedIterable<RecordSetInner>RecordSetsClient.list(String resourceGroupName, String privateZoneName, Integer top, String recordsetnamesuffix, com.azure.core.util.Context context) Lists all record sets in a Private DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>Lists all record sets in a Private DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>RecordSetsClient.listAsync(String resourceGroupName, String privateZoneName, Integer top, String recordsetnamesuffix) Lists all record sets in a Private DNS zone.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.updateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters) 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.Methods in com.azure.resourcemanager.privatedns.fluent with parameters of type RecordSetInnerModifier 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.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.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.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 RecordSetInner in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return RecordSetInnerModifier and TypeMethodDescriptionRecordSetInner.withAaaaRecords(List<AaaaRecord> aaaaRecords) Set the aaaaRecords property: The list of AAAA records in the record set.RecordSetInner.withARecords(List<ARecord> aRecords) Set the aRecords property: The list of A records in the record set.RecordSetInner.withCnameRecord(CnameRecord cnameRecord) Set the cnameRecord property: The CNAME record in the record set.Set the etag property: The ETag of the record set.RecordSetInner.withMetadata(Map<String, String> metadata) Set the metadata property: The metadata attached to the record set.RecordSetInner.withMxRecords(List<MxRecord> mxRecords) Set the mxRecords property: The list of MX records in the record set.RecordSetInner.withPtrRecords(List<PtrRecord> ptrRecords) Set the ptrRecords property: The list of PTR records in the record set.RecordSetInner.withSoaRecord(SoaRecord soaRecord) Set the soaRecord property: The SOA record in the record set.RecordSetInner.withSrvRecords(List<SrvRecord> srvRecords) Set the srvRecords property: The list of SRV records in the record set.Set the ttl property: The TTL (time-to-live) of the records in the record set.RecordSetInner.withTxtRecords(List<TxtRecord> txtRecords) Set the txtRecords property: The list of TXT records in the record set. -
Uses of RecordSetInner in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type RecordSetInnerModifier and TypeMethodDescriptionRecordSetListResult.value()Get the value property: Information about the record sets in the response.Method parameters in com.azure.resourcemanager.privatedns.models with type arguments of type RecordSetInnerModifier and TypeMethodDescriptionRecordSetListResult.withValue(List<RecordSetInner> value) Set the value property: Information about the record sets in the response.