Compartir a través de


IpAllocationsOperationsExtensions.CreateOrUpdate Método

Definición

Crea o actualiza una IpAllocation en el grupo de recursos especificado.

public static Microsoft.Azure.Management.Network.Models.IpAllocation CreateOrUpdate (this Microsoft.Azure.Management.Network.IIpAllocationsOperations operations, string resourceGroupName, string ipAllocationName, Microsoft.Azure.Management.Network.Models.IpAllocation parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IIpAllocationsOperations * string * string * Microsoft.Azure.Management.Network.Models.IpAllocation -> Microsoft.Azure.Management.Network.Models.IpAllocation
<Extension()>
Public Function CreateOrUpdate (operations As IIpAllocationsOperations, resourceGroupName As String, ipAllocationName As String, parameters As IpAllocation) As IpAllocation

Parámetros

operations
IIpAllocationsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

ipAllocationName
String

Nombre de IpAllocation.

parameters
IpAllocation

Parámetros proporcionados para la operación de creación o actualización de la red virtual.

Devoluciones

Se aplica a