ArmImpactReportingModelFactory.ImpactConnectorPatch Method

Definition

public static Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorPatch ImpactConnectorPatch(Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorType? connectorType = default);
static member ImpactConnectorPatch : Nullable<Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorType> -> Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorPatch
Public Shared Function ImpactConnectorPatch (Optional connectorType As Nullable(Of ImpactConnectorType) = Nothing) As ImpactConnectorPatch

Parameters

connectorType
Nullable<ImpactConnectorType>

connector type.

Returns

A new ImpactConnectorPatch instance for mocking.

Applies to