IVNetOperations.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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> CreateOrUpdateAsync (string vNetName, Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter vNetDetails, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateAsync : string * Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>
Public Function CreateOrUpdateAsync (vNetName As String, vNetDetails As VNetParameter, cancellationToken As CancellationToken) As Task(Of OperationResultWithTrackingId)
Parameters
- vNetName
- String
RemoteApp virtual network name.
- vNetDetails
- VNetParameter
Details about the virtual network to create or update.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response containing the operation tracking id.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET