PoolPatchProperties 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
PoolPatchProperties() |
Initializes a new instance of the PoolPatchProperties class. |
PoolPatchProperties(Nullable<Int64>, String, Nullable<Boolean>) |
Initializes a new instance of the PoolPatchProperties class. |
PoolPatchProperties()
Initializes a new instance of the PoolPatchProperties class.
public PoolPatchProperties ();
Public Sub New ()
Applies to
PoolPatchProperties(Nullable<Int64>, String, Nullable<Boolean>)
Initializes a new instance of the PoolPatchProperties class.
public PoolPatchProperties (long? size = default, string qosType = default, bool? coolAccess = default);
new Microsoft.Azure.Management.NetApp.Models.PoolPatchProperties : Nullable<int64> * string * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.PoolPatchProperties
Public Sub New (Optional size As Nullable(Of Long) = Nothing, Optional qosType As String = Nothing, Optional coolAccess As Nullable(Of Boolean) = Nothing)
Parameters
Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776).
- qosType
- String
The qos type of the pool Possible values include: 'Auto', 'Manual'