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