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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET