ArmComputeModelFactory.InterconnectBlockPatch 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.Compute.Models.InterconnectBlockPatch InterconnectBlockPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Compute.Models.ComputeSku sku = default);
static member InterconnectBlockPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Compute.Models.ComputeSku -> Azure.ResourceManager.Compute.Models.InterconnectBlockPatch
Public Shared Function InterconnectBlockPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As ComputeSku = Nothing) As InterconnectBlockPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- sku
- ComputeSku
SKU of the resource for which capacity needs to be pre-allocated. Only sku.capacity is mutable; sku.name is immutable.
Returns
A new InterconnectBlockPatch instance for mocking.