VNetOperationsExtensions.CreateOrUpdateAsync 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 virtual network.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> CreateOrUpdateAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations, string vNetName, Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter vNetDetails);
static member CreateOrUpdateAsync : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations * string * Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IVNetOperations, vNetName As String, vNetDetails As VNetParameter) As Task(Of OperationResultWithTrackingId)
Parameters
- operations
- IVNetOperations
Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations.
- vNetName
- String
Required. RemoteApp virtual network name.
- vNetDetails
- VNetParameter
Required. Details about the virtual network to create or update.
Returns
The response containing the operation tracking id.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET