ArmRecoveryServicesDataReplicationModelFactory.DataReplicationProtectedItemPatch Method

Definition

Initializes a new instance of DataReplicationProtectedItemPatch.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProtectedItemPatch DataReplicationProtectedItemPatch(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProtectedItemCustomPropertiesUpdate customProperties = default);
static member DataReplicationProtectedItemPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProtectedItemCustomPropertiesUpdate -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProtectedItemPatch
Public Shared Function DataReplicationProtectedItemPatch (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional customProperties As DataReplicationProtectedItemCustomPropertiesUpdate = Nothing) As DataReplicationProtectedItemPatch

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

customProperties
DataReplicationProtectedItemCustomPropertiesUpdate

Protected item model properties.

Returns

A new DataReplicationProtectedItemPatch instance for mocking.

Applies to