HybridConnectionsOperationsExtensions.CreateOrUpdate 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.
Creates or Updates a service HybridConnection. This operation is idempotent.
public static Microsoft.Azure.Management.Relay.Models.HybridConnection CreateOrUpdate (this Microsoft.Azure.Management.Relay.IHybridConnectionsOperations operations, string resourceGroupName, string namespaceName, string hybridConnectionName, Microsoft.Azure.Management.Relay.Models.HybridConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Relay.IHybridConnectionsOperations * string * string * string * Microsoft.Azure.Management.Relay.Models.HybridConnection -> Microsoft.Azure.Management.Relay.Models.HybridConnection
<Extension()>
Public Function CreateOrUpdate (operations As IHybridConnectionsOperations, resourceGroupName As String, namespaceName As String, hybridConnectionName As String, parameters As HybridConnection) As HybridConnection
Parameters
- operations
- IHybridConnectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.
- namespaceName
- String
The Namespace Name
- hybridConnectionName
- String
The hybrid connection name.
- parameters
- HybridConnection
Parameters supplied to create a HybridConnection.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET