ResourceTypeEndpointBase Constructor
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 ResourceTypeEndpointBase.
public ResourceTypeEndpointBase(bool enabled, System.Collections.Generic.IEnumerable<string> apiVersions, Uri endpointUri, System.Collections.Generic.IEnumerable<string> locations, System.Collections.Generic.IEnumerable<string> requiredFeatures, Azure.ResourceManager.ProviderHub.Models.FeaturesPolicy? requiredFeaturesPolicy, TimeSpan timeout, Azure.ResourceManager.ProviderHub.Models.ProviderEndpointType endpointType, Azure.ResourceManager.ProviderHub.Models.ProviderDstsConfiguration dstsConfiguration, string skuLink, string apiVersion, System.Collections.Generic.IEnumerable<string> zones);
new Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpointBase : bool * seq<string> * Uri * seq<string> * seq<string> * Nullable<Azure.ResourceManager.ProviderHub.Models.FeaturesPolicy> * TimeSpan * Azure.ResourceManager.ProviderHub.Models.ProviderEndpointType * Azure.ResourceManager.ProviderHub.Models.ProviderDstsConfiguration * string * string * seq<string> -> Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpointBase
Public Sub New (enabled As Boolean, apiVersions As IEnumerable(Of String), endpointUri As Uri, locations As IEnumerable(Of String), requiredFeatures As IEnumerable(Of String), requiredFeaturesPolicy As Nullable(Of FeaturesPolicy), timeout As TimeSpan, endpointType As ProviderEndpointType, dstsConfiguration As ProviderDstsConfiguration, skuLink As String, apiVersion As String, zones As IEnumerable(Of String))
Parameters
- enabled
- Boolean
- apiVersions
- IEnumerable<String>
- endpointUri
- Uri
- locations
- IEnumerable<String>
- requiredFeatures
- IEnumerable<String>
- requiredFeaturesPolicy
- Nullable<FeaturesPolicy>
- timeout
- TimeSpan
- endpointType
- ProviderEndpointType
- dstsConfiguration
- ProviderDstsConfiguration
- skuLink
- String
- apiVersion
- String
- zones
- IEnumerable<String>