IUpdate Interface
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.
The template for an update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Update.IWithDiagnostics, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Update.IWithUpdateAgentPoolCount, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>
type IUpdate = interface
interface IUpdateWithTags<IUpdate>
interface IAppliable<IContainerService>
interface IIndexable
interface IWithUpdateAgentPoolCount
interface IWithDiagnostics
Public Interface IUpdate
Implements IAppliable(Of IContainerService), IUpdateWithTags(Of IUpdate), IWithDiagnostics, IWithUpdateAgentPoolCount
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithAgentVirtualMachineCount(Int32) |
Updates the agent pool virtual machine count. (Inherited from IWithUpdateAgentPoolCount) |
WithDiagnostics() |
Enables diagnostics. (Inherited from IWithDiagnostics) |
WithoutDiagnostics() |
Disables diagnostics. (Inherited from IWithDiagnostics) |
WithoutTag(String) |
Removes a tag from the resource. (Inherited from IUpdateWithTags<T>) |
WithTag(String, String) |
Adds a tag to the resource. (Inherited from IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the resource as a {@link Map}. (Inherited from IUpdateWithTags<T>) |
Applies to
Azure SDK for .NET