다음을 통해 공유


AutomationAccount.PrivateEndpointConnections 속성

정의

Automation 리소스 공급자가 지원하는 Automation 작업 목록을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection> PrivateEndpointConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")>]
member this.PrivateEndpointConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection> with get, set
Public Property PrivateEndpointConnections As IList(Of PrivateEndpointConnection)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상