Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions sdk/dns/mgmt-v2016_04_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.3.0</version>
<relativePath>../../parents/azure-arm-parent</relativePath>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-dns</artifactId>
<version>1.0.0-beta-2</version>
<artifactId>azure-mgmt-network</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for DNS Management</name>
<description>This package contains Microsoft DNS Management SDK.</description>
<url>https://github.com/Azure/azure-libraries-for-java</url>
<name>Microsoft Azure SDK for Network Management</name>
<description>This package contains Microsoft Network Management SDK.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand All @@ -28,8 +28,8 @@
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/Azure/azure-libraries-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-libraries-for-java.git</connection>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
</scm>
<properties>
Expand Down Expand Up @@ -71,6 +71,8 @@
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
<version>1.6.5</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ARecord {
private String ipv4Address;

/**
* Get the ipv4Address value.
* Get the IPv4 address of this A record.
*
* @return the ipv4Address value
*/
Expand All @@ -30,7 +30,7 @@ public String ipv4Address() {
}

/**
* Set the ipv4Address value.
* Set the IPv4 address of this A record.
*
* @param ipv4Address the ipv4Address value to set
* @return the ARecord object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class AaaaRecord {
private String ipv6Address;

/**
* Get the ipv6Address value.
* Get the IPv6 address of this AAAA record.
*
* @return the ipv6Address value
*/
Expand All @@ -30,7 +30,7 @@ public String ipv6Address() {
}

/**
* Set the ipv6Address value.
* Set the IPv6 address of this AAAA record.
*
* @param ipv6Address the ipv6Address value to set
* @return the AaaaRecord object itself.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/

package com.microsoft.azure.management.dns.v2016_04_01;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.microsoft.azure.ProxyResource;

/**
* Entity Resource.
* The resource model definition for an Azure Resource Manager resource with an
* etag.
*/
public class AzureEntityResource extends ProxyResource {
/**
* Resource Etag.
*/
@JsonProperty(value = "etag", access = JsonProperty.Access.WRITE_ONLY)
private String etag;

/**
* Get resource Etag.
*
* @return the etag value
*/
public String etag() {
return this.etag;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class CnameRecord {
private String cname;

/**
* Get the cname value.
* Get the canonical name for this CNAME record.
*
* @return the cname value
*/
Expand All @@ -30,7 +30,7 @@ public String cname() {
}

/**
* Set the cname value.
* Set the canonical name for this CNAME record.
*
* @param cname the cname value to set
* @return the CnameRecord object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MxRecord {
private String exchange;

/**
* Get the preference value.
* Get the preference value for this MX record.
*
* @return the preference value
*/
Expand All @@ -36,7 +36,7 @@ public Integer preference() {
}

/**
* Set the preference value.
* Set the preference value for this MX record.
*
* @param preference the preference value to set
* @return the MxRecord object itself.
Expand All @@ -47,7 +47,7 @@ public MxRecord withPreference(Integer preference) {
}

/**
* Get the exchange value.
* Get the domain name of the mail host for this MX record.
*
* @return the exchange value
*/
Expand All @@ -56,7 +56,7 @@ public String exchange() {
}

/**
* Set the exchange value.
* Set the domain name of the mail host for this MX record.
*
* @param exchange the exchange value to set
* @return the MxRecord object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class NsRecord {
private String nsdname;

/**
* Get the nsdname value.
* Get the name server name for this NS record.
*
* @return the nsdname value
*/
Expand All @@ -30,7 +30,7 @@ public String nsdname() {
}

/**
* Set the nsdname value.
* Set the name server name for this NS record.
*
* @param nsdname the nsdname value to set
* @return the NsRecord object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class PtrRecord {
private String ptrdname;

/**
* Get the ptrdname value.
* Get the PTR target domain name for this PTR record.
*
* @return the ptrdname value
*/
Expand All @@ -30,7 +30,7 @@ public String ptrdname() {
}

/**
* Set the ptrdname value.
* Set the PTR target domain name for this PTR record.
*
* @param ptrdname the ptrdname value to set
* @return the PtrRecord object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ public interface RecordSet extends HasInner<RecordSetInner>, HasManager<NetworkM
*/
String etag();

/**
* @return the fqdn value.
*/
String fqdn();

/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class RecordSetUpdateParameters {
private RecordSetInner recordSet;

/**
* Get the recordSet value.
* Get specifies information about the record set being updated.
*
* @return the recordSet value
*/
Expand All @@ -31,7 +31,7 @@ public RecordSetInner recordSet() {
}

/**
* Set the recordSet value.
* Set specifies information about the record set being updated.
*
* @param recordSet the recordSet value to set
* @return the RecordSetUpdateParameters object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface RecordSets extends HasInner<RecordSetsInner> {
/**
* Lists all record sets in a DNS zone.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param zoneName The name of the DNS zone (without a terminating dot).
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
Expand All @@ -31,7 +31,7 @@ public interface RecordSets extends HasInner<RecordSetsInner> {
/**
* Updates a record set within a DNS zone.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param zoneName The name of the DNS zone (without a terminating dot).
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
* @param recordType The type of DNS record in this record set. Possible values include: 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA', 'SRV', 'TXT'
Expand All @@ -44,7 +44,7 @@ public interface RecordSets extends HasInner<RecordSetsInner> {
/**
* Creates or updates a record set within a DNS zone.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param zoneName The name of the DNS zone (without a terminating dot).
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
* @param recordType The type of DNS record in this record set. Record sets of type SOA can be updated but not created (they are created when the DNS zone is created). Possible values include: 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA', 'SRV', 'TXT'
Expand All @@ -57,7 +57,7 @@ public interface RecordSets extends HasInner<RecordSetsInner> {
/**
* Deletes a record set from a DNS zone. This operation cannot be undone.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param zoneName The name of the DNS zone (without a terminating dot).
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
* @param recordType The type of DNS record in this record set. Record sets of type SOA cannot be deleted (they are deleted when the DNS zone is deleted). Possible values include: 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA', 'SRV', 'TXT'
Expand All @@ -69,7 +69,7 @@ public interface RecordSets extends HasInner<RecordSetsInner> {
/**
* Gets a record set.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param zoneName The name of the DNS zone (without a terminating dot).
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
* @param recordType The type of DNS record in this record set. Possible values include: 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA', 'SRV', 'TXT'
Expand All @@ -81,7 +81,7 @@ public interface RecordSets extends HasInner<RecordSetsInner> {
/**
* Lists the record sets of a specified type in a DNS zone.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param zoneName The name of the DNS zone (without a terminating dot).
* @param recordType The type of record sets to enumerate. Possible values include: 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA', 'SRV', 'TXT'
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down
Loading