Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageAccountCredentials

Package version

interface

An interface representing StorageAccountCredentials. Access information for the storage account.

Hierarchy

  • StorageAccountCredentials

Index

Properties

Optional primaryKey

primaryKey: undefined | string
member

{string} [primaryKey] The primary key of the storage account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceId

resourceId: undefined | string
member

{string} [resourceId] The ARM resource ID of the storage account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional secondaryKey

secondaryKey: undefined | string
member

{string} [secondaryKey] The secondary key of the storage account. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc