次の方法で共有


ElasticSan.PrivateEndpointConnectionsCreateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection> PrivateEndpointConnectionsCreateWithResult (string subscriptionId, string resourceGroupName, string elasticSanName, string privateEndpointConnectionName, Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection body, Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.PrivateEndpointConnectionsCreateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection * Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection>
Public Function PrivateEndpointConnectionsCreateWithResult (subscriptionId As String, resourceGroupName As String, elasticSanName As String, privateEndpointConnectionName As String, body As IPrivateEndpointConnection, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IPrivateEndpointConnection)

Parameters

subscriptionId
String
resourceGroupName
String
elasticSanName
String
privateEndpointConnectionName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to