ResourceSkuZoneDetails 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
ResourceSkuZoneDetails() |
Initializes a new instance of the ResourceSkuZoneDetails class. |
ResourceSkuZoneDetails(IList<String>, IList<ResourceSkuCapabilities>) |
Initializes a new instance of the ResourceSkuZoneDetails class. |
ResourceSkuZoneDetails()
Initializes a new instance of the ResourceSkuZoneDetails class.
public ResourceSkuZoneDetails ();
Public Sub New ()
Applies to
ResourceSkuZoneDetails(IList<String>, IList<ResourceSkuCapabilities>)
Initializes a new instance of the ResourceSkuZoneDetails class.
public ResourceSkuZoneDetails (System.Collections.Generic.IList<string> name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuCapabilities> capabilities = default);
new Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuZoneDetails : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuCapabilities> -> Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuZoneDetails
Public Sub New (Optional name As IList(Of String) = Nothing, Optional capabilities As IList(Of ResourceSkuCapabilities) = Nothing)
Parameters
Gets the set of zones that the SKU is available in with the specified capabilities.
- capabilities
- IList<ResourceSkuCapabilities>
Gets a list of capabilities that are available for the SKU in the specified list of zones.
Applies to
Azure SDK for .NET