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