ContainerServicesOperationsExtensions.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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerService> CreateOrUpdateAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerService parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IContainerServicesOperations * string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerService * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerService>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IContainerServicesOperations, resourceGroupName As String, containerServiceName As String, parameters As ContainerService, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContainerService)
Parameters
- operations
- IContainerServicesOperations
- resourceGroupName
- String
- containerServiceName
- String
- parameters
- ContainerService
- cancellationToken
- CancellationToken