Uses of Class
com.azure.resourcemanager.dns.fluent.models.RecordSetInner
-
Packages that use RecordSetInner Package Description com.azure.resourcemanager.dns.fluent Package containing the service clients for DnsManagementClient.com.azure.resourcemanager.dns.fluent.models Package containing the inner data models for DnsManagementClient.com.azure.resourcemanager.dns.models Package containing the data models for DnsManagementClient. -
-
Uses of RecordSetInner in com.azure.resourcemanager.dns.fluent
Methods in com.azure.resourcemanager.dns.fluent that return RecordSetInner Modifier and Type Method Description RecordSetInnerRecordSetsClient. createOrUpdate(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Creates or updates a record set within a DNS zone.RecordSetInnerRecordSetsClient. get(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType)Gets a record set.RecordSetInnerRecordSetsClient. update(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Updates a record set within a DNS zone.Methods in com.azure.resourcemanager.dns.fluent that return types with arguments of type RecordSetInner Modifier and Type Method Description Mono<RecordSetInner>RecordSetsClient. createOrUpdateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Creates or updates a record set within a DNS zone.Mono<RecordSetInner>RecordSetsClient. createOrUpdateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch, String ifNoneMatch)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.Mono<RecordSetInner>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. listAllByDnsZone(String resourceGroupName, String zoneName)Lists all record sets in a DNS zone.com.azure.core.http.rest.PagedIterable<RecordSetInner>RecordSetsClient. listAllByDnsZone(String resourceGroupName, String zoneName, Integer top, String recordSetNameSuffix, com.azure.core.util.Context context)Lists all record sets in a DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>RecordSetsClient. listAllByDnsZoneAsync(String resourceGroupName, String zoneName)Lists all record sets in a DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>RecordSetsClient. listAllByDnsZoneAsync(String resourceGroupName, String zoneName, Integer top, String recordSetNameSuffix)Lists all record sets in a DNS zone.com.azure.core.http.rest.PagedIterable<RecordSetInner>RecordSetsClient. listByDnsZone(String resourceGroupName, String zoneName)Lists all record sets in a DNS zone.com.azure.core.http.rest.PagedIterable<RecordSetInner>RecordSetsClient. listByDnsZone(String resourceGroupName, String zoneName, Integer top, String recordsetnamesuffix, com.azure.core.util.Context context)Lists all record sets in a DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>RecordSetsClient. listByDnsZoneAsync(String resourceGroupName, String zoneName)Lists all record sets in a DNS zone.com.azure.core.http.rest.PagedFlux<RecordSetInner>RecordSetsClient. listByDnsZoneAsync(String resourceGroupName, String zoneName, Integer top, String recordsetnamesuffix)Lists all record sets in a DNS zone.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.Mono<RecordSetInner>RecordSetsClient. updateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Updates a record set within a DNS zone.Mono<RecordSetInner>RecordSetsClient. updateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch)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.Methods in com.azure.resourcemanager.dns.fluent with parameters of type RecordSetInner Modifier and Type Method Description RecordSetInnerRecordSetsClient. createOrUpdate(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Creates or updates a record set within a DNS zone.Mono<RecordSetInner>RecordSetsClient. createOrUpdateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Creates or updates a record set within a DNS zone.Mono<RecordSetInner>RecordSetsClient. createOrUpdateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch, String ifNoneMatch)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.RecordSetInnerRecordSetsClient. update(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Updates a record set within a DNS zone.Mono<RecordSetInner>RecordSetsClient. updateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters)Updates a record set within a DNS zone.Mono<RecordSetInner>RecordSetsClient. updateAsync(String resourceGroupName, String zoneName, String relativeRecordSetName, RecordType recordType, RecordSetInner parameters, String ifMatch)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 RecordSetInner in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return RecordSetInner Modifier and Type Method Description RecordSetInnerRecordSetInner. withAaaaRecords(List<AaaaRecord> aaaaRecords)Set the aaaaRecords property: The list of AAAA records in the record set.RecordSetInnerRecordSetInner. withARecords(List<ARecord> aRecords)Set the aRecords property: The list of A records in the record set.RecordSetInnerRecordSetInner. withCaaRecords(List<CaaRecord> caaRecords)Set the caaRecords property: The list of CAA records in the record set.RecordSetInnerRecordSetInner. withCnameRecord(CnameRecord cnameRecord)Set the cnameRecord property: The CNAME record in the record set.RecordSetInnerRecordSetInner. withEtag(String etag)Set the etag property: The etag of the record set.RecordSetInnerRecordSetInner. withMetadata(Map<String,String> metadata)Set the metadata property: The metadata attached to the record set.RecordSetInnerRecordSetInner. withMxRecords(List<MxRecord> mxRecords)Set the mxRecords property: The list of MX records in the record set.RecordSetInnerRecordSetInner. withNsRecords(List<NsRecord> nsRecords)Set the nsRecords property: The list of NS records in the record set.RecordSetInnerRecordSetInner. withPtrRecords(List<PtrRecord> ptrRecords)Set the ptrRecords property: The list of PTR records in the record set.RecordSetInnerRecordSetInner. withSoaRecord(SoaRecord soaRecord)Set the soaRecord property: The SOA record in the record set.RecordSetInnerRecordSetInner. withSrvRecords(List<SrvRecord> srvRecords)Set the srvRecords property: The list of SRV records in the record set.RecordSetInnerRecordSetInner. withTargetResource(com.azure.core.management.SubResource targetResource)Set the targetResource property: A reference to an azure resource from where the dns resource value is taken.RecordSetInnerRecordSetInner. withTtl(Long ttl)Set the ttl property: The TTL (time-to-live) of the records in the record set.RecordSetInnerRecordSetInner. withTxtRecords(List<TxtRecord> txtRecords)Set the txtRecords property: The list of TXT records in the record set. -
Uses of RecordSetInner in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return types with arguments of type RecordSetInner Modifier and Type Method Description List<RecordSetInner>RecordSetListResult. value()Get the value property: Information about the record sets in the response.Method parameters in com.azure.resourcemanager.dns.models with type arguments of type RecordSetInner Modifier and Type Method Description RecordSetListResultRecordSetListResult. withValue(List<RecordSetInner> value)Set the value property: Information about the record sets in the response.
-