你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchAccountAutoStorageConfiguration 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.
Contains information about the auto-storage account associated with a Batch account.
public class BatchAccountAutoStorageConfiguration : Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageBaseConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageConfiguration>
public class BatchAccountAutoStorageConfiguration : Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageBaseConfiguration
type BatchAccountAutoStorageConfiguration = class
inherit BatchAccountAutoStorageBaseConfiguration
interface IJsonModel<BatchAccountAutoStorageConfiguration>
interface IPersistableModel<BatchAccountAutoStorageConfiguration>
type BatchAccountAutoStorageConfiguration = class
inherit BatchAccountAutoStorageBaseConfiguration
Public Class BatchAccountAutoStorageConfiguration
Inherits BatchAccountAutoStorageBaseConfiguration
Implements IJsonModel(Of BatchAccountAutoStorageConfiguration), IPersistableModel(Of BatchAccountAutoStorageConfiguration)
Public Class BatchAccountAutoStorageConfiguration
Inherits BatchAccountAutoStorageBaseConfiguration
- Inheritance
- Implements
Constructors
BatchAccountAutoStorageConfiguration(ResourceIdentifier, DateTimeOffset) |
Initializes a new instance of BatchAccountAutoStorageConfiguration. |
Properties
AuthenticationMode |
The authentication mode which the Batch service will use to manage the auto-storage account. (Inherited from BatchAccountAutoStorageBaseConfiguration) |
LastKeySyncedOn |
The UTC time at which storage keys were last synchronized with the Batch account. |
NodeIdentityResourceId |
The ARM resource id of the user assigned identity. (Inherited from BatchAccountAutoStorageBaseConfiguration) |
StorageAccountId |
The resource ID of the storage account to be used for auto-storage account. (Inherited from BatchAccountAutoStorageBaseConfiguration) |