你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmGrafanaModelFactory.ManagedPrivateEndpointConnectionState Method

Definition

Initializes a new instance of ManagedPrivateEndpointConnectionState.

public static Azure.ResourceManager.Grafana.Models.ManagedPrivateEndpointConnectionState ManagedPrivateEndpointConnectionState (Azure.ResourceManager.Grafana.Models.ManagedPrivateEndpointConnectionStatus? status = default, string description = default);
static member ManagedPrivateEndpointConnectionState : Nullable<Azure.ResourceManager.Grafana.Models.ManagedPrivateEndpointConnectionStatus> * string -> Azure.ResourceManager.Grafana.Models.ManagedPrivateEndpointConnectionState
Public Shared Function ManagedPrivateEndpointConnectionState (Optional status As Nullable(Of ManagedPrivateEndpointConnectionStatus) = Nothing, Optional description As String = Nothing) As ManagedPrivateEndpointConnectionState

Parameters

status
Nullable<ManagedPrivateEndpointConnectionStatus>

The approval/rejection status of managed private endpoint connection.

description
String

Gets or sets the reason for approval/rejection of the connection.

Returns

A new ManagedPrivateEndpointConnectionState instance for mocking.

Applies to