다음을 통해 공유


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate 메서드

정의

지정된 이름의 프라이빗 엔드포인트 연결을 승인하거나 거부합니다.

public static Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.Automation.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string automationAccountName, string privateEndpointConnectionName, Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, automationAccountName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

매개 변수

operations
IPrivateEndpointConnectionsOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

privateEndpointConnectionName
String

프라이빗 엔드포인트 연결의 이름입니다.

반환

적용 대상