AccessKeys Class
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.
The Account access keys.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccessKeysTypeConverter))]
public class AccessKeys : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccessKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccessKeysTypeConverter))>]
type AccessKeys = class
interface IAccessKeys
interface IJsonSerializable
Public Class AccessKeys
Implements IAccessKeys
- Inheritance
-
AccessKeys
- Attributes
- Implements
Access |
Creates an new AccessKeys instance. |
Atlas |
Gets or sets the primary connection string. |
Atlas |
Gets or sets the secondary connection string. |
Deserialize |
Deserializes a IDictionary into an instance of AccessKeys. |
Deserialize |
Deserializes a PSObject into an instance of AccessKeys. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccessKeys. |
From |
Creates a new instance of AccessKeys, deserializing the content from a json string. |
To |
Serializes this instance of AccessKeys into a JsonNode. |
To |
Serializes this instance to a json string. |
To |