AccountEndpoints Constructors
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.
Overloads
AccountEndpoints() |
Initializes a new instance of the AccountEndpoints class. |
AccountEndpoints(String, String, String) |
Initializes a new instance of the AccountEndpoints class. |
AccountEndpoints()
Initializes a new instance of the AccountEndpoints class.
public AccountEndpoints ();
Public Sub New ()
Applies to
AccountEndpoints(String, String, String)
Initializes a new instance of the AccountEndpoints class.
public AccountEndpoints (string catalog = default, string guardian = default, string scan = default);
new Microsoft.Azure.Management.Purview.Models.AccountEndpoints : string * string * string -> Microsoft.Azure.Management.Purview.Models.AccountEndpoints
Public Sub New (Optional catalog As String = Nothing, Optional guardian As String = Nothing, Optional scan As String = Nothing)
Parameters
- catalog
- String
Gets the catalog endpoint.
- guardian
- String
Gets the guardian endpoint.
- scan
- String
Gets the scan endpoint.