ConnectionMonitorEndpoint 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.
Describes the connection monitor endpoint.
public class ConnectionMonitorEndpoint
type ConnectionMonitorEndpoint = class
Public Class ConnectionMonitorEndpoint
- Inheritance
-
ConnectionMonitorEndpoint
Constructors
ConnectionMonitorEndpoint() |
Initializes a new instance of the ConnectionMonitorEndpoint class. |
ConnectionMonitorEndpoint(String, String, String, String, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointScope, String) |
Initializes a new instance of the ConnectionMonitorEndpoint class. |
Properties
Address |
Gets or sets address of the connection monitor endpoint (IP or domain name). |
CoverageLevel |
Gets or sets test coverage for the endpoint. Possible values include: 'Default', 'Low', 'BelowAverage', 'Average', 'AboveAverage', 'Full' |
Filter |
Gets or sets filter for sub-items within the endpoint. |
Name |
Gets or sets the name of the connection monitor endpoint. |
ResourceId |
Gets or sets resource ID of the connection monitor endpoint. |
Scope |
Gets or sets endpoint scope. |
Type |
Gets or sets the endpoint type. Possible values include: 'AzureVM', 'AzureVNet', 'AzureSubnet', 'ExternalAddress', 'MMAWorkspaceMachine', 'MMAWorkspaceNetwork', 'AzureArcVM', 'AzureVMSS' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET