ArmNetworkCloudModelFactory.KubernetesClusterRestartNodeContent Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterRestartNodeContent KubernetesClusterRestartNodeContent(string nodeName = default);
static member KubernetesClusterRestartNodeContent : string -> Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterRestartNodeContent
Public Shared Function KubernetesClusterRestartNodeContent (Optional nodeName As String = Nothing) As KubernetesClusterRestartNodeContent
Parameters
- nodeName
- String
The name of the node to restart.
Returns
A new KubernetesClusterRestartNodeContent instance for mocking.