ResourceSkuRestrictionInfo 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
ResourceSkuRestrictionInfo() | |
ResourceSkuRestrictionInfo(IList<String>, IList<String>) |
ResourceSkuRestrictionInfo()
public ResourceSkuRestrictionInfo ();
Public Sub New ()
Applies to
ResourceSkuRestrictionInfo(IList<String>, IList<String>)
public ResourceSkuRestrictionInfo (System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionInfo
Public Sub New (Optional locations As IList(Of String) = Nothing, Optional zones As IList(Of String) = Nothing)