ArmProviderHubModelFactory.ProviderEndpointInformation Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.ProviderEndpointInformation ProviderEndpointInformation(string endpoint = default, Azure.ResourceManager.ProviderHub.Models.ProviderNotificationEndpointType? endpointType = default, string schemaVersion = default);
static member ProviderEndpointInformation : string * Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderNotificationEndpointType> * string -> Azure.ResourceManager.ProviderHub.Models.ProviderEndpointInformation
Public Shared Function ProviderEndpointInformation (Optional endpoint As String = Nothing, Optional endpointType As Nullable(Of ProviderNotificationEndpointType) = Nothing, Optional schemaVersion As String = Nothing) As ProviderEndpointInformation

Parameters

endpoint
String

The endpoint.

endpointType
Nullable<ProviderNotificationEndpointType>

The endpoint type.

schemaVersion
String

The schema version.

Returns

A new ProviderEndpointInformation instance for mocking.

Applies to