Uses of Class
com.azure.resourcemanager.network.models.RecordSet
Packages that use RecordSet
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RecordSet in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type RecordSetModifier and TypeMethodDescriptionPrivateDnsZonePropertiesFormat.recordSets()Get the recordSets property: A collection of information regarding a recordSet, holding information to identify private resources. -
Uses of RecordSet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RecordSetModifier and TypeMethodDescriptionstatic RecordSetRecordSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecordSet from the JsonReader.Set the fqdn property: Fqdn that resolves to private endpoint ip address.RecordSet.withIpAddresses(List<String> ipAddresses) Set the ipAddresses property: The private ip address of the private endpoint.RecordSet.withRecordSetName(String recordSetName) Set the recordSetName property: Recordset name.RecordSet.withRecordType(String recordType) Set the recordType property: Resource record type.Set the ttl property: Recordset time to live.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RecordSetModifier and TypeMethodDescriptionPrivateDnsZoneConfig.recordSets()Get the recordSets property: A collection of information regarding a recordSet, holding information to identify private resources.