ManagedClustersAbortLatestOperationHeaders Constructors
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.
Overloads
| Name | Description |
|---|---|
| ManagedClustersAbortLatestOperationHeaders() |
Initializes a new instance of the ManagedClustersAbortLatestOperationHeaders class. |
| ManagedClustersAbortLatestOperationHeaders(String, String) |
Initializes a new instance of the ManagedClustersAbortLatestOperationHeaders class. |
| ManagedClustersAbortLatestOperationHeaders(String, String, Nullable<Int32>) |
Initializes a new instance of the ManagedClustersAbortLatestOperationHeaders class. |
ManagedClustersAbortLatestOperationHeaders()
Initializes a new instance of the ManagedClustersAbortLatestOperationHeaders class.
public ManagedClustersAbortLatestOperationHeaders();
Public Sub New ()
Applies to
ManagedClustersAbortLatestOperationHeaders(String, String)
Initializes a new instance of the ManagedClustersAbortLatestOperationHeaders class.
public ManagedClustersAbortLatestOperationHeaders(string location = default, string azureAsyncOperation = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClustersAbortLatestOperationHeaders : string * string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClustersAbortLatestOperationHeaders
Public Sub New (Optional location As String = Nothing, Optional azureAsyncOperation As String = Nothing)
Parameters
- location
- String
- azureAsyncOperation
- String
Applies to
ManagedClustersAbortLatestOperationHeaders(String, String, Nullable<Int32>)
Initializes a new instance of the ManagedClustersAbortLatestOperationHeaders class.
public ManagedClustersAbortLatestOperationHeaders(string azureAsyncOperation = default, string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClustersAbortLatestOperationHeaders : string * string * Nullable<int> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClustersAbortLatestOperationHeaders
Public Sub New (Optional azureAsyncOperation As String = Nothing, Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)
Parameters
- azureAsyncOperation
- String
- location
- String