ArmStoragePoolModelFactory.StoragePoolSkuRestrictions Method
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.
Initializes a new instance of StoragePoolSkuRestrictions.
public static Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictions StoragePoolSkuRestrictions (Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictionsType? restrictionsType = default, System.Collections.Generic.IEnumerable<string> values = default, Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictionInfo restrictionInfo = default, Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictionsReasonCode? reasonCode = default);
static member StoragePoolSkuRestrictions : Nullable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictionsType> * seq<string> * Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictionInfo * Nullable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictionsReasonCode> -> Azure.ResourceManager.StoragePool.Models.StoragePoolSkuRestrictions
Public Shared Function StoragePoolSkuRestrictions (Optional restrictionsType As Nullable(Of StoragePoolSkuRestrictionsType) = Nothing, Optional values As IEnumerable(Of String) = Nothing, Optional restrictionInfo As StoragePoolSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of StoragePoolSkuRestrictionsReasonCode) = Nothing) As StoragePoolSkuRestrictions
Parameters
- restrictionsType
- Nullable<StoragePoolSkuRestrictionsType>
The type of restrictions.
- values
- IEnumerable<String>
The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
- restrictionInfo
- StoragePoolSkuRestrictionInfo
The information about the restriction where the SKU cannot be used.
- reasonCode
- Nullable<StoragePoolSkuRestrictionsReasonCode>
The reason for restriction.
Returns
A new StoragePoolSkuRestrictions instance for mocking.
Applies to
Azure SDK for .NET