ResourceSkuRestrictions Constructors

Definition

Overloads

ResourceSkuRestrictions()
ResourceSkuRestrictions(Nullable<ResourceSkuRestrictionsType>, IList<String>, ResourceSkuRestrictionInfo, Nullable<ResourceSkuRestrictionsReasonCode>)

ResourceSkuRestrictions()

public ResourceSkuRestrictions ();
Public Sub New ()

Applies to

ResourceSkuRestrictions(Nullable<ResourceSkuRestrictionsType>, IList<String>, ResourceSkuRestrictionInfo, Nullable<ResourceSkuRestrictionsReasonCode>)

public ResourceSkuRestrictions (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionsType? type = default, System.Collections.Generic.IList<string> values = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionInfo restrictionInfo = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionsReasonCode? reasonCode = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictions : Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionsType> * System.Collections.Generic.IList<string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionInfo * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionsReasonCode> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictions
Public Sub New (Optional type As Nullable(Of ResourceSkuRestrictionsType) = Nothing, Optional values As IList(Of String) = Nothing, Optional restrictionInfo As ResourceSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of ResourceSkuRestrictionsReasonCode) = Nothing)

Parameters

values
IList<String>
restrictionInfo
ResourceSkuRestrictionInfo

Applies to