ArmProviderHubModelFactory.ResourceSkuCapability(String, String) 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.
public static Azure.ResourceManager.ProviderHub.Models.ResourceSkuCapability ResourceSkuCapability(string name = default, string value = default);
static member ResourceSkuCapability : string * string -> Azure.ResourceManager.ProviderHub.Models.ResourceSkuCapability
Public Shared Function ResourceSkuCapability (Optional name As String = Nothing, Optional value As String = Nothing) As ResourceSkuCapability
Parameters
- name
- String
The name.
- value
- String
The value.
Returns
A new ResourceSkuCapability instance for mocking.