ProviderFrontloadPayloadProperties 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 ProviderFrontloadPayloadProperties.
public ProviderFrontloadPayloadProperties(string operationType, string providerNamespace, string frontloadLocation, string copyFromLocation, Azure.ResourceManager.ProviderHub.Models.AvailableCheckInManifestEnvironment environmentType, Azure.ResourceManager.ProviderHub.Models.ServiceFeatureFlagAction serviceFeatureFlag, System.Collections.Generic.IEnumerable<string> includeResourceTypes, System.Collections.Generic.IEnumerable<string> excludeResourceTypes, Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpointBase overrideEndpointLevelFields, System.Collections.Generic.IEnumerable<string> ignoreFields);
new Azure.ResourceManager.ProviderHub.Models.ProviderFrontloadPayloadProperties : string * string * string * string * Azure.ResourceManager.ProviderHub.Models.AvailableCheckInManifestEnvironment * Azure.ResourceManager.ProviderHub.Models.ServiceFeatureFlagAction * seq<string> * seq<string> * Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpointBase * seq<string> -> Azure.ResourceManager.ProviderHub.Models.ProviderFrontloadPayloadProperties
Public Sub New (operationType As String, providerNamespace As String, frontloadLocation As String, copyFromLocation As String, environmentType As AvailableCheckInManifestEnvironment, serviceFeatureFlag As ServiceFeatureFlagAction, includeResourceTypes As IEnumerable(Of String), excludeResourceTypes As IEnumerable(Of String), overrideEndpointLevelFields As ResourceTypeEndpointBase, ignoreFields As IEnumerable(Of String))
Parameters
- operationType
- String
- providerNamespace
- String
- frontloadLocation
- String
- copyFromLocation
- String
- environmentType
- AvailableCheckInManifestEnvironment
- serviceFeatureFlag
- ServiceFeatureFlagAction
- includeResourceTypes
- IEnumerable<String>
- excludeResourceTypes
- IEnumerable<String>
- overrideEndpointLevelFields
- ResourceTypeEndpointBase
- ignoreFields
- IEnumerable<String>