ArmOracleDatabaseModelFactory.OracleSubscriptionPatch 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.OracleSubscriptionPatch OracleSubscriptionPatch(Azure.ResourceManager.Models.ArmPlan plan = default, Azure.ResourceManager.OracleDatabase.Models.OracleSubscriptionUpdateProperties properties = default);
static member OracleSubscriptionPatch : Azure.ResourceManager.Models.ArmPlan * Azure.ResourceManager.OracleDatabase.Models.OracleSubscriptionUpdateProperties -> Azure.ResourceManager.OracleDatabase.Models.OracleSubscriptionPatch
Public Shared Function OracleSubscriptionPatch (Optional plan As ArmPlan = Nothing, Optional properties As OracleSubscriptionUpdateProperties = Nothing) As OracleSubscriptionPatch
Parameters
- plan
- ArmPlan
Details of the resource plan.
- properties
- OracleSubscriptionUpdateProperties
The resource-specific properties for this resource.
Returns
A new OracleSubscriptionPatch instance for mocking.