IAccountKeys Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.AccountKeysTypeConverter))]
public interface IAccountKeys : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.AccountKeysTypeConverter))>]
type IAccountKeys = interface
    interface IJsonSerializable
Public Interface IAccountKeys
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
PrimaryKey

value of primary key.

SecondaryKey

value of secondary key.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to