ArmOracleDatabaseModelFactory.CloudExadataInfrastructurePatch Method

Definition

public static Azure.ResourceManager.OracleDatabase.Models.CloudExadataInfrastructurePatch CloudExadataInfrastructurePatch(System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.OracleDatabase.Models.CloudExadataInfrastructureUpdateProperties properties = default);
static member CloudExadataInfrastructurePatch : seq<string> * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.OracleDatabase.Models.CloudExadataInfrastructureUpdateProperties -> Azure.ResourceManager.OracleDatabase.Models.CloudExadataInfrastructurePatch
Public Shared Function CloudExadataInfrastructurePatch (Optional zones As IEnumerable(Of String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As CloudExadataInfrastructureUpdateProperties = Nothing) As CloudExadataInfrastructurePatch

Parameters

zones
IEnumerable<String>

CloudExadataInfrastructure zones.

tags
IDictionary<String,String>

Resource tags.

properties
CloudExadataInfrastructureUpdateProperties

The resource-specific properties for this resource.

Returns

A new CloudExadataInfrastructurePatch instance for mocking.

Applies to