ManagedClustersGetCommandResultHeaders 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
ManagedClustersGetCommandResultHeaders() |
Initializes a new instance of the ManagedClustersGetCommandResultHeaders class. |
ManagedClustersGetCommandResultHeaders(String) |
Initializes a new instance of the ManagedClustersGetCommandResultHeaders class. |
ManagedClustersGetCommandResultHeaders()
Initializes a new instance of the ManagedClustersGetCommandResultHeaders class.
public ManagedClustersGetCommandResultHeaders ();
Public Sub New ()
Applies to
ManagedClustersGetCommandResultHeaders(String)
Initializes a new instance of the ManagedClustersGetCommandResultHeaders class.
public ManagedClustersGetCommandResultHeaders (string location = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClustersGetCommandResultHeaders : string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClustersGetCommandResultHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String