AzureMonitorPrivateLinkScope Class

Definition

An Azure Monitor PrivateLinkScope definition.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureMonitorPrivateLinkScope : Microsoft.Azure.Management.Monitor.Models.PrivateLinkScopesResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureMonitorPrivateLinkScope = class
    inherit PrivateLinkScopesResource
Public Class AzureMonitorPrivateLinkScope
Inherits PrivateLinkScopesResource
Inheritance
AzureMonitorPrivateLinkScope
Attributes

Constructors

AzureMonitorPrivateLinkScope()

Initializes a new instance of the AzureMonitorPrivateLinkScope class.

AzureMonitorPrivateLinkScope(String, String, String, String, IDictionary<String,String>, String, IList<PrivateEndpointConnection>)

Initializes a new instance of the AzureMonitorPrivateLinkScope class.

Properties

Id

Gets azure resource Id

(Inherited from PrivateLinkScopesResource)
Location

Gets or sets resource location

(Inherited from PrivateLinkScopesResource)
Name

Gets azure resource name

(Inherited from PrivateLinkScopesResource)
PrivateEndpointConnections

Gets list of private endpoint connections.

ProvisioningState

Gets current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.

Tags

Gets or sets resource tags

(Inherited from PrivateLinkScopesResource)
Type

Gets azure resource type

(Inherited from PrivateLinkScopesResource)

Methods

Validate()

Validate the object.

Applies to