다음을 통해 공유


ArmConfluentModelFactory.SchemaRegistryClusterEnvironmentRegionEntity Method

Definition

Initializes a new instance of SchemaRegistryClusterEnvironmentRegionEntity.

public static Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity SchemaRegistryClusterEnvironmentRegionEntity (string id = default, string related = default, string resourceName = default);
static member SchemaRegistryClusterEnvironmentRegionEntity : string * string * string -> Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity
Public Shared Function SchemaRegistryClusterEnvironmentRegionEntity (Optional id As String = Nothing, Optional related As String = Nothing, Optional resourceName As String = Nothing) As SchemaRegistryClusterEnvironmentRegionEntity

Parameters

id
String

ID of the referred resource.

related
String

API URL for accessing or modifying the referred object.

resourceName
String

CRN reference to the referred resource.

Returns

A new SchemaRegistryClusterEnvironmentRegionEntity instance for mocking.

Applies to