azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

42 строки
1.6 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.dns.ARecord.ipv4Address()
name: ipv4Address()
nameWithType: ARecord.ipv4Address()
returns:
description: <p>the ipv4Address value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the ipv4Address value.</p>
<p></p>
syntax: public String ipv4Address()
uid: com.microsoft.azure.management.dns.ARecord.ipv4Address()
- fullName: com.microsoft.azure.management.dns.ARecord.withIpv4Address(String ipv4Address)
name: withIpv4Address(String ipv4Address)
nameWithType: ARecord.withIpv4Address(String ipv4Address)
parameters:
- description: <p>the ipv4Address value to set </p>
name: ipv4Address
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ARecord object itself. </p>
type: <xref href="com.microsoft.azure.management.dns.ARecord?alt=com.microsoft.azure.management.dns.ARecord&text=ARecord" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the ipv4Address value.</p>
<p></p>
syntax: public ARecord withIpv4Address(String ipv4Address)
uid: com.microsoft.azure.management.dns.ARecord.withIpv4Address(String)
nameWithType: ARecord
syntax: public class ARecord
type: class
uid: com.microsoft.azure.management.dns.ARecord
fullName: com.microsoft.azure.management.dns.ARecord
name: ARecord
package: com.microsoft.azure.management.dns
summary: <p>An A record. </p>
metadata: {}