AppPlatformStorageAccount 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.
storage resource of type Azure Storage Account.
public class AppPlatformStorageAccount : Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageAccount>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageAccount>
public class AppPlatformStorageAccount : Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties
type AppPlatformStorageAccount = class
inherit AppPlatformStorageProperties
interface IJsonModel<AppPlatformStorageAccount>
interface IPersistableModel<AppPlatformStorageAccount>
type AppPlatformStorageAccount = class
inherit AppPlatformStorageProperties
Public Class AppPlatformStorageAccount
Inherits AppPlatformStorageProperties
Implements IJsonModel(Of AppPlatformStorageAccount), IPersistableModel(Of AppPlatformStorageAccount)
Public Class AppPlatformStorageAccount
Inherits AppPlatformStorageProperties
- Inheritance
- Implements
Constructors
AppPlatformStorageAccount(String, String) |
Initializes a new instance of AppPlatformStorageAccount. |
Properties
AccountKey |
The account key of the Azure Storage Account. |
AccountName |
The account name of the Azure Storage Account. |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET