AccessKeyInfoBase Class

Definition

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. Read and Write are for Azure Cosmos DB and Azure App Configuration, Listen, Send and Manage are for Azure Event Hub and Azure Service Bus.

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.

Applies to