AccountPropertiesEndpoints 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
AccountPropertiesEndpoints() |
Initializes a new instance of the AccountPropertiesEndpoints class. |
AccountPropertiesEndpoints(String, String, String) |
Initializes a new instance of the AccountPropertiesEndpoints class. |
AccountPropertiesEndpoints()
Initializes a new instance of the AccountPropertiesEndpoints class.
public AccountPropertiesEndpoints ();
Public Sub New ()
Applies to
AccountPropertiesEndpoints(String, String, String)
Initializes a new instance of the AccountPropertiesEndpoints class.
public AccountPropertiesEndpoints (string catalog = default, string guardian = default, string scan = default);
new Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints : string * string * string -> Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET