All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.management.sql.implementation.SyncAgentKeyPropertiesInner Maven / Gradle / Ivy

/**
 * 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.sql.implementation;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * Properties of an Azure SQL Database sync agent key.
 */
public class SyncAgentKeyPropertiesInner {
    /**
     * Key of sync agent.
     */
    @JsonProperty(value = "syncAgentKey", access = JsonProperty.Access.WRITE_ONLY)
    private String syncAgentKey;

    /**
     * Get key of sync agent.
     *
     * @return the syncAgentKey value
     */
    public String syncAgentKey() {
        return this.syncAgentKey;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy