Show / Hide Table of Contents

    Class SyncAgentKeyProperties

    Properties of an Azure SQL Database sync agent key.

    Inheritance
    Object
    SyncAgentKeyProperties
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    public class SyncAgentKeyProperties

    Constructors

    SyncAgentKeyProperties()

    Initializes a new instance of the SyncAgentKeyProperties class.

    Declaration
    public SyncAgentKeyProperties ();

    SyncAgentKeyProperties(String)

    Initializes a new instance of the SyncAgentKeyProperties class.

    Declaration
    public SyncAgentKeyProperties (string syncAgentKey = null);
    Parameters
    String syncAgentKey

    Key of sync agent.

    Properties

    SyncAgentKey

    Gets key of sync agent.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="syncAgentKey")]
    public string SyncAgentKey { get; }
    Property Value
    String

    Back to top Azure SDK for Net