PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate Method
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.
Overloads
BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties) |
Update the status of a private endpoint connection with the given name. |
BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties) |
Update the status of a private endpoint connection with the given name. |
BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)
Update the status of a private endpoint connection with the given name.
public static Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection BeginCreateOrUpdate (this Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties properties);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As ConnectionProperties) As PrivateEndpointConnection
Parameters
- operations
- IPrivateEndpointConnectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
- String
The name of the DigitalTwinsInstance.
- privateEndpointConnectionName
- String
The name of the private endpoint connection.
- properties
- ConnectionProperties
The connection properties.
Returns
Applies to
BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)
Update the status of a private endpoint connection with the given name.
public static Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection BeginCreateOrUpdate (this Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionProperties properties);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnectionProperties) As PrivateEndpointConnection
Parameters
- operations
- IPrivateEndpointConnectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
- String
The name of the DigitalTwinsInstance.
- privateEndpointConnectionName
- String
The name of the private endpoint connection.
- properties
- PrivateEndpointConnectionProperties
The connection properties.
Returns
Applies to
Azure SDK for .NET