Share via


ArmNeonPostgresModelFactory.NeonEndpointProperties Method

Definition

Initializes a new instance of NeonEndpointProperties.

public static Azure.ResourceManager.NeonPostgres.Models.NeonEndpointProperties NeonEndpointProperties(string entityId = default, string entityName = default, string createdAt = default, Azure.ResourceManager.NeonPostgres.Models.NeonResourceProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NeonPostgres.Models.Attributes> attributes = default, string projectId = default, string branchId = default, Azure.ResourceManager.NeonPostgres.Models.EndpointType? endpointType = default);
static member NeonEndpointProperties : string * string * string * Nullable<Azure.ResourceManager.NeonPostgres.Models.NeonResourceProvisioningState> * seq<Azure.ResourceManager.NeonPostgres.Models.Attributes> * string * string * Nullable<Azure.ResourceManager.NeonPostgres.Models.EndpointType> -> Azure.ResourceManager.NeonPostgres.Models.NeonEndpointProperties
Public Shared Function NeonEndpointProperties (Optional entityId As String = Nothing, Optional entityName As String = Nothing, Optional createdAt As String = Nothing, Optional provisioningState As Nullable(Of NeonResourceProvisioningState) = Nothing, Optional attributes As IEnumerable(Of Attributes) = Nothing, Optional projectId As String = Nothing, Optional branchId As String = Nothing, Optional endpointType As Nullable(Of EndpointType) = Nothing) As NeonEndpointProperties

Parameters

entityId
String

Unique identifier for the entity.

entityName
String

Name of the resource.

createdAt
String

Timestamp indicating when the entity was created.

provisioningState
Nullable<NeonResourceProvisioningState>

Provisioning state of the resource.

attributes
IEnumerable<Attributes>

Additional attributes for the entity.

projectId
String

The ID of the project this endpoint belongs to.

branchId
String

The ID of the branch this endpoint belongs to.

endpointType
Nullable<EndpointType>

The type of the endpoint.

Returns

A new NeonEndpointProperties instance for mocking.

Applies to