NetworkFunctionDefinitionVersionCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a network function definition version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkFunctionDefinitionGroups/{networkFunctionDefinitionGroupName}/networkFunctionDefinitionVersions/{networkFunctionDefinitionVersionName}
  • Operation Id: NetworkFunctionDefinitionVersions_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.NetworkFunctionDefinitionVersionResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string networkFunctionDefinitionVersionName, Azure.ResourceManager.HybridNetwork.NetworkFunctionDefinitionVersionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridNetwork.NetworkFunctionDefinitionVersionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.NetworkFunctionDefinitionVersionResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridNetwork.NetworkFunctionDefinitionVersionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.NetworkFunctionDefinitionVersionResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, networkFunctionDefinitionVersionName As String, data As NetworkFunctionDefinitionVersionData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetworkFunctionDefinitionVersionResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

networkFunctionDefinitionVersionName
String

The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.

data
NetworkFunctionDefinitionVersionData

Parameters supplied to the create or update network function definition version operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkFunctionDefinitionVersionName is an empty string, and was expected to be non-empty.

networkFunctionDefinitionVersionName or data is null.

Applies to