ArmConfluentModelFactory.SCClusterRecord 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 SCClusterRecord.
public static Azure.ResourceManager.Confluent.Models.SCClusterRecord SCClusterRecord (string kind = default, string id = default, string name = default, Azure.ResourceManager.Confluent.Models.SCMetadataEntity metadata = default, Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity spec = default, Azure.ResourceManager.Confluent.Models.ClusterStatusEntity status = default);
static member SCClusterRecord : string * string * string * Azure.ResourceManager.Confluent.Models.SCMetadataEntity * Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity * Azure.ResourceManager.Confluent.Models.ClusterStatusEntity -> Azure.ResourceManager.Confluent.Models.SCClusterRecord
Public Shared Function SCClusterRecord (Optional kind As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional metadata As SCMetadataEntity = Nothing, Optional spec As SCClusterSpecEntity = Nothing, Optional status As ClusterStatusEntity = Nothing) As SCClusterRecord
Parameters
- kind
- String
Type of cluster.
- id
- String
Id of the cluster.
- name
- String
Display name of the cluster.
- metadata
- SCMetadataEntity
Metadata of the record.
- spec
- SCClusterSpecEntity
Specification of the cluster.
- status
- ClusterStatusEntity
Specification of the cluster status.
Returns
A new SCClusterRecord instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET