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