VolumeContainerInner Constructors
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.
Overloads
VolumeContainerInner()
public VolumeContainerInner();
Public Sub New ()
Applies to
VolumeContainerInner(String, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<EncryptionStatus>, Nullable<Int32>, Nullable<OwnerShipStatus>, Nullable<Int32>, String, Nullable<Int64>)
public VolumeContainerInner(string storageAccountCredentialId, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret encryptionKey = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.EncryptionStatus? encryptionStatus = default, int? volumeCount = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.OwnerShipStatus? ownerShipStatus = default, int? bandWidthRateInMbps = default, string bandwidthSettingId = default, long? totalCloudStorageUsageInBytes = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeContainerInner : string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.EncryptionStatus> * Nullable<int> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.OwnerShipStatus> * Nullable<int> * string * Nullable<int64> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeContainerInner
Public Sub New (storageAccountCredentialId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional encryptionKey As AsymmetricEncryptedSecret = Nothing, Optional encryptionStatus As Nullable(Of EncryptionStatus) = Nothing, Optional volumeCount As Nullable(Of Integer) = Nothing, Optional ownerShipStatus As Nullable(Of OwnerShipStatus) = Nothing, Optional bandWidthRateInMbps As Nullable(Of Integer) = Nothing, Optional bandwidthSettingId As String = Nothing, Optional totalCloudStorageUsageInBytes As Nullable(Of Long) = Nothing)
Parameters
- storageAccountCredentialId
- String
- id
- String
- name
- String
- type
- String
- encryptionKey
- AsymmetricEncryptedSecret
- encryptionStatus
- Nullable<EncryptionStatus>
- ownerShipStatus
- Nullable<OwnerShipStatus>
- bandwidthSettingId
- String
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