AccessKeyInfoBase Class
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.
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AccessKeyInfoBaseTypeConverter))]
public class AccessKeyInfoBase : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAccessKeyInfoBase, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AccessKeyInfoBaseTypeConverter))>]
type AccessKeyInfoBase = class
interface IAccessKeyInfoBase
interface IJsonSerializable
interface IAuthInfoBase
interface IValidates
Public Class AccessKeyInfoBase
Implements IAccessKeyInfoBase, IValidates
- Inheritance
-
AccessKeyInfoBase
- Attributes
- Implements
Constructors
AccessKeyInfoBase() |
Creates an new AccessKeyInfoBase instance. |
Properties
AuthType |
The authentication type. |
Permission |
Permissions of the accessKey. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccessKeyInfoBase. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccessKeyInfoBase. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAccessKeyInfoBase. |
FromJsonString(String) |
Creates a new instance of AccessKeyInfoBase, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccessKeyInfoBase into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |