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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET