NetworkFabricIPCommunityCollection.CreateOrUpdate Method

Definition

Implements an IP Community PUT method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Operation Id: IpCommunities_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string ipCommunityName, Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, ipCommunityName As String, data As NetworkFabricIPCommunityData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkFabricIPCommunityResource)

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.

ipCommunityName
String

Name of the IP Community.

data
NetworkFabricIPCommunityData

Request payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ipCommunityName or data is null.

Applies to