Bagikan melalui


VolumeContainerInner Constructors

Definition

Overloads

VolumeContainerInner()
VolumeContainerInner(String, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<EncryptionStatus>, Nullable<Int32>, Nullable<OwnerShipStatus>, Nullable<Int32>, String, Nullable<Int64>)

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
kind
Nullable<Kind>
encryptionStatus
Nullable<EncryptionStatus>
volumeCount
Nullable<Int32>
ownerShipStatus
Nullable<OwnerShipStatus>
bandWidthRateInMbps
Nullable<Int32>
bandwidthSettingId
String
totalCloudStorageUsageInBytes
Nullable<Int64>

Applies to