AccountPropertiesEndpoints Class
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.
The URIs that are the public endpoints of the account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountPropertiesEndpointsTypeConverter))]
public class AccountPropertiesEndpoints : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountPropertiesEndpoints, Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountPropertiesEndpointsTypeConverter))>]
type AccountPropertiesEndpoints = class
interface IAccountPropertiesEndpoints
interface IJsonSerializable
interface IAccountEndpoints
interface IValidates
Public Class AccountPropertiesEndpoints
Implements IAccountPropertiesEndpoints, IValidates
- Inheritance
-
AccountPropertiesEndpoints
- Attributes
- Implements
Constructors
AccountPropertiesEndpoints() |
Creates an new AccountPropertiesEndpoints instance. |
Properties
Catalog |
Gets the catalog endpoint. |
Guardian |
Gets the guardian endpoint. |
Scan |
Gets the scan endpoint. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountPropertiesEndpoints. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountPropertiesEndpoints. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountPropertiesEndpoints. |
FromJsonString(String) |
Creates a new instance of AccountPropertiesEndpoints, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountPropertiesEndpoints into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |