ArmOracleDatabaseModelFactory.ExadbVmClusterPatch 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.ExadbVmClusterPatch ExadbVmClusterPatch(System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IDictionary<string,string> tags = default, int? exadbVmClusterUpdateNodeCount = default);
static member ExadbVmClusterPatch : seq<string> * System.Collections.Generic.IDictionary<string, string> * Nullable<int> -> Azure.ResourceManager.OracleDatabase.Models.ExadbVmClusterPatch
Public Shared Function ExadbVmClusterPatch (Optional zones As IEnumerable(Of String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional exadbVmClusterUpdateNodeCount As Nullable(Of Integer) = Nothing) As ExadbVmClusterPatch
Parameters
- zones
- IEnumerable<String>
The availability zones.
- tags
- IDictionary<String,String>
Resource tags.
The number of nodes in the Exadata VM cluster on Exascale Infrastructure.
Returns
A new ExadbVmClusterPatch instance for mocking.