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