ArmOracleDatabaseModelFactory.CloudVmClusterPatch 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.OracleDatabase.Models.CloudVmClusterPatch CloudVmClusterPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterUpdateProperties properties = default);
static member CloudVmClusterPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterUpdateProperties -> Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterPatch
Public Shared Function CloudVmClusterPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As CloudVmClusterUpdateProperties = Nothing) As CloudVmClusterPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- properties
- CloudVmClusterUpdateProperties
The resource-specific properties for this resource.
Returns
A new CloudVmClusterPatch instance for mocking.