Share via


SharedKeys Constructors

Definition

Overloads

SharedKeys()

Initializes a new instance of the SharedKeys class.

SharedKeys(String, String)

Initializes a new instance of the SharedKeys class.

SharedKeys()

Initializes a new instance of the SharedKeys class.

public SharedKeys ();
Public Sub New ()

Applies to

SharedKeys(String, String)

Initializes a new instance of the SharedKeys class.

public SharedKeys (string primarySharedKey = default, string secondarySharedKey = default);
new Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys : string * string -> Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys
Public Sub New (Optional primarySharedKey As String = Nothing, Optional secondarySharedKey As String = Nothing)

Parameters

primarySharedKey
String

The primary shared key of a workspace.

secondarySharedKey
String

The secondary shared key of a workspace.

Applies to