Uses of Class
com.azure.resourcemanager.network.models.RecordSet
-
Packages that use RecordSet Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 RecordSet Modifier and Type Method Description List<RecordSet>PrivateDnsZonePropertiesFormat. 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 RecordSet Modifier and Type Method Description RecordSetRecordSet. withFqdn(String fqdn)Set the fqdn property: Fqdn that resolves to private endpoint ip address.RecordSetRecordSet. withIpAddresses(List<String> ipAddresses)Set the ipAddresses property: The private ip address of the private endpoint.RecordSetRecordSet. withRecordSetName(String recordSetName)Set the recordSetName property: Recordset name.RecordSetRecordSet. withRecordType(String recordType)Set the recordType property: Resource record type.RecordSetRecordSet. withTtl(Integer ttl)Set the ttl property: Recordset time to live.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RecordSet Modifier and Type Method Description List<RecordSet>PrivateDnsZoneConfig. recordSets()Get the recordSets property: A collection of information regarding a recordSet, holding information to identify private resources.
-