ArmSqlModelFactory.VirtualClusterPatch 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.
Initializes a new instance of VirtualClusterPatch.
public static Azure.ResourceManager.Sql.Models.VirtualClusterPatch VirtualClusterPatch (System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.ResourceIdentifier subnetId = default, string version = default, System.Collections.Generic.IEnumerable<string> childResources = default);
static member VirtualClusterPatch : System.Collections.Generic.IDictionary<string, string> * Azure.Core.ResourceIdentifier * string * seq<string> -> Azure.ResourceManager.Sql.Models.VirtualClusterPatch
Public Shared Function VirtualClusterPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional version As String = Nothing, Optional childResources As IEnumerable(Of String) = Nothing) As VirtualClusterPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- subnetId
- ResourceIdentifier
Subnet resource ID for the virtual cluster.
- version
- String
Virtual cluster version.
- childResources
- IEnumerable<String>
List of resources in this virtual cluster.
Returns
A new VirtualClusterPatch instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET