SharedKeys Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET