ResourceSkuCapabilities 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
ResourceSkuCapabilities() |
Initializes a new instance of the ResourceSkuCapabilities class. |
ResourceSkuCapabilities(String, String) |
Initializes a new instance of the ResourceSkuCapabilities class. |
ResourceSkuCapabilities()
Initializes a new instance of the ResourceSkuCapabilities class.
public ResourceSkuCapabilities ();
Public Sub New ()
Applies to
ResourceSkuCapabilities(String, String)
Initializes a new instance of the ResourceSkuCapabilities class.
public ResourceSkuCapabilities (string name = default, string value = default);
new Microsoft.Azure.Management.StorageCache.Models.ResourceSkuCapabilities : string * string -> Microsoft.Azure.Management.StorageCache.Models.ResourceSkuCapabilities
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)
Parameters
- name
- String
Name of a capability, such as ops/sec.
- value
- String
Quantity, if the capability is measured by quantity.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET