ArmPurviewModelFactory.PurviewAccountEndpoint(String, String, String) 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.
Initializes a new instance of PurviewAccountEndpoint.
public static Azure.ResourceManager.Purview.Models.PurviewAccountEndpoint PurviewAccountEndpoint (string catalog = default, string guardian = default, string scan = default);
static member PurviewAccountEndpoint : string * string * string -> Azure.ResourceManager.Purview.Models.PurviewAccountEndpoint
Public Shared Function PurviewAccountEndpoint (Optional catalog As String = Nothing, Optional guardian As String = Nothing, Optional scan As String = Nothing) As PurviewAccountEndpoint
Parameters
- catalog
- String
Gets the catalog endpoint.
- guardian
- String
Gets the guardian endpoint.
- scan
- String
Gets the scan endpoint.
Returns
A new PurviewAccountEndpoint instance for mocking.