Uses of Class
com.azure.resourcemanager.privatedns.fluent.models.RecordSetInner
-
Packages that use RecordSetInner Package Description com.azure.resourcemanager.privatedns.fluent Package containing the service clients for PrivateDnsManagementClient.com.azure.resourcemanager.privatedns.fluent.models Package containing the inner data models for PrivateDnsManagementClient.com.azure.resourcemanager.privatedns.models 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 RecordSetInner Modifier and Type Method Description RecordSetInnerRecordSetsClient. createOrUpdate(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)Creates or updates a record set within a Private DNS zone.RecordSetInnerRecordSetsClient. get(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)Gets a record set.RecordSetInnerRecordSetsClient. 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 RecordSetInner Modifier and Type Method Description Mono<RecordSetInner>RecordSetsClient. createOrUpdateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)Creates or updates a record set within a Private DNS zone.Mono<RecordSetInner>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.Mono<RecordSetInner>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. list(String resourceGroupName, String privateZoneName)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>RecordSetsClient. listAsync(String resourceGroupName, String privateZoneName)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.Mono<RecordSetInner>RecordSetsClient. updateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)Updates a record set within a Private DNS zone.Mono<RecordSetInner>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.Methods in com.azure.resourcemanager.privatedns.fluent with parameters of type RecordSetInner Modifier and Type Method Description RecordSetInnerRecordSetsClient. createOrUpdate(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)Creates or updates a record set within a Private DNS zone.Mono<RecordSetInner>RecordSetsClient. createOrUpdateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)Creates or updates a record set within a Private DNS zone.Mono<RecordSetInner>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.RecordSetInnerRecordSetsClient. update(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)Updates a record set within a Private DNS zone.Mono<RecordSetInner>RecordSetsClient. updateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)Updates a record set within a Private DNS zone.Mono<RecordSetInner>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 RecordSetInner in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.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. 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. 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. 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.privatedns.models
Methods in com.azure.resourcemanager.privatedns.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.privatedns.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.
-