PrivateEndpointConnectionOperationsExtensions.Update Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Updates de eigenschappen van een bestaande privé-eindpuntverbinding.
public static Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection Update (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
static member Update : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection
<Extension()>
Public Function Update (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing) As PrivateEndpointConnection
Parameters
- operations
- IPrivateEndpointConnectionOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
De naam van de resourcegroep die het Batch-account bevat.
- accountName
- String
De naam van het Batch-account.
- privateEndpointConnectionName
- String
De naam van de privé-eindpuntverbinding. Dit moet uniek zijn binnen het account.
- ifMatch
- String
De statusversie (ETag) van de privé-eindpuntverbinding die moet worden bijgewerkt. Deze waarde kan worden weggelaten of ingesteld op *om de bewerking onvoorwaardelijk toe te passen.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
De verbindingsstatus van de private link-service van de privé-eindpuntverbinding.
Retouren
Van toepassing op
Azure SDK for .NET