ArmConfluentModelFactory.SchemaRegistryClusterSpecEntity 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 SchemaRegistryClusterSpecEntity.
public static Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterSpecEntity SchemaRegistryClusterSpecEntity (string name = default, string httpEndpoint = default, string package = default, Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity region = default, Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity environment = default, string cloud = default);
static member SchemaRegistryClusterSpecEntity : string * string * string * Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity * Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity * string -> Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterSpecEntity
Public Shared Function SchemaRegistryClusterSpecEntity (Optional name As String = Nothing, Optional httpEndpoint As String = Nothing, Optional package As String = Nothing, Optional region As SchemaRegistryClusterEnvironmentRegionEntity = Nothing, Optional environment As SchemaRegistryClusterEnvironmentRegionEntity = Nothing, Optional cloud As String = Nothing) As SchemaRegistryClusterSpecEntity
Parameters
- name
- String
Name of the schema registry cluster.
- httpEndpoint
- String
Http endpoint of the cluster.
- package
- String
Type of the cluster package Advanced, essentials.
Region details of the schema registry cluster.
- environment
- SchemaRegistryClusterEnvironmentRegionEntity
Environment details of the schema registry cluster.
- cloud
- String
The cloud service provider.
Returns
A new SchemaRegistryClusterSpecEntity 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