ArmComputeModelFactory.InterconnectBlockPatch Method

Definition

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.

Applies to