ArmProviderHubModelFactory.ProviderEndpointInformation 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.
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.