ArmProviderHubModelFactory.ResourceProviderEndpoint 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 ResourceProviderEndpoint.
public static Azure.ResourceManager.ProviderHub.Models.ResourceProviderEndpoint ResourceProviderEndpoint(bool? isEnabled = default, System.Collections.Generic.IEnumerable<string> apiVersions = default, Uri endpointUri = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, System.Collections.Generic.IEnumerable<string> requiredFeatures = default, Azure.ResourceManager.ProviderHub.Models.FeaturesPolicy? requiredFeaturesPolicy = default, TimeSpan? timeout = default, Azure.ResourceManager.ProviderHub.Models.ProviderEndpointType? endpointType = default, string skuLink = default);
static member ResourceProviderEndpoint : Nullable<bool> * seq<string> * Uri * seq<Azure.Core.AzureLocation> * seq<string> * Nullable<Azure.ResourceManager.ProviderHub.Models.FeaturesPolicy> * Nullable<TimeSpan> * Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderEndpointType> * string -> Azure.ResourceManager.ProviderHub.Models.ResourceProviderEndpoint
Public Shared Function ResourceProviderEndpoint (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional apiVersions As IEnumerable(Of String) = Nothing, Optional endpointUri As Uri = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional requiredFeatures As IEnumerable(Of String) = Nothing, Optional requiredFeaturesPolicy As Nullable(Of FeaturesPolicy) = Nothing, Optional timeout As Nullable(Of TimeSpan) = Nothing, Optional endpointType As Nullable(Of ProviderEndpointType) = Nothing, Optional skuLink As String = Nothing) As ResourceProviderEndpoint
Parameters
- apiVersions
- IEnumerable<String>
The api versions.
- endpointUri
- Uri
The endpoint uri.
- locations
- IEnumerable<AzureLocation>
The locations.
- requiredFeatures
- IEnumerable<String>
The required features.
- requiredFeaturesPolicy
- Nullable<FeaturesPolicy>
The required feature policy.
- endpointType
- Nullable<ProviderEndpointType>
The endpoint type.
- skuLink
- String
The sku link.
Returns
A new ResourceProviderEndpoint instance for mocking.