ArmConfluentModelFactory.AccessClusterRecord 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 AccessClusterRecord.
public static Azure.ResourceManager.Confluent.Models.AccessClusterRecord AccessClusterRecord (string kind = default, string id = default, Azure.ResourceManager.Confluent.Models.MetadataEntity metadata = default, string displayName = default, Azure.ResourceManager.Confluent.Models.ClusterSpecEntity spec = default, Azure.ResourceManager.Confluent.Models.ClusterStatusEntity status = default);
static member AccessClusterRecord : string * string * Azure.ResourceManager.Confluent.Models.MetadataEntity * string * Azure.ResourceManager.Confluent.Models.ClusterSpecEntity * Azure.ResourceManager.Confluent.Models.ClusterStatusEntity -> Azure.ResourceManager.Confluent.Models.AccessClusterRecord
Public Shared Function AccessClusterRecord (Optional kind As String = Nothing, Optional id As String = Nothing, Optional metadata As MetadataEntity = Nothing, Optional displayName As String = Nothing, Optional spec As ClusterSpecEntity = Nothing, Optional status As ClusterStatusEntity = Nothing) As AccessClusterRecord
Parameters
- kind
- String
Type of cluster.
- id
- String
Id of the cluster.
- metadata
- MetadataEntity
Metadata of the record.
- displayName
- String
Display name of the cluster.
- spec
- ClusterSpecEntity
Specification of the cluster.
- status
- ClusterStatusEntity
Specification of the cluster.
Returns
A new AccessClusterRecord 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