AzureMonitorPrivateLinkScope 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.
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
- 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
Azure SDK for .NET