ArmPurviewModelFactory.PurviewAccountEndpoint(String, String) Method

Definition

The account endpoints.

public static Azure.ResourceManager.Purview.Models.PurviewAccountEndpoint PurviewAccountEndpoint(string catalog = default, string scan = default);
static member PurviewAccountEndpoint : string * string -> Azure.ResourceManager.Purview.Models.PurviewAccountEndpoint
Public Shared Function PurviewAccountEndpoint (Optional catalog As String = Nothing, Optional scan As String = Nothing) As PurviewAccountEndpoint

Parameters

catalog
String

Gets the catalog endpoint.

scan
String

Gets the scan endpoint.

Returns

A new PurviewAccountEndpoint instance for mocking.

Applies to