ArmHDInsightContainersModelFactory.ClusterInstanceViewResult 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.
Initializes a new instance of ClusterInstanceViewResult.
public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult ClusterInstanceViewResult (string name = default, Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewProperties properties = default);
static member ClusterInstanceViewResult : string * Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewProperties -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult
Public Shared Function ClusterInstanceViewResult (Optional name As String = Nothing, Optional properties As ClusterInstanceViewProperties = Nothing) As ClusterInstanceViewResult
Parameters
- name
- String
Name of the instance view.
- properties
- ClusterInstanceViewProperties
Properties of the instance view.
Returns
A new ClusterInstanceViewResult instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET