FactoryUpdateParameters Constructors
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.
Overloads
FactoryUpdateParameters() |
Initializes a new instance of the FactoryUpdateParameters class. |
FactoryUpdateParameters(IDictionary<String,String>, FactoryIdentity, String) |
Initializes a new instance of the FactoryUpdateParameters class. |
FactoryUpdateParameters()
Initializes a new instance of the FactoryUpdateParameters class.
public FactoryUpdateParameters ();
Public Sub New ()
Applies to
FactoryUpdateParameters(IDictionary<String,String>, FactoryIdentity, String)
Initializes a new instance of the FactoryUpdateParameters class.
public FactoryUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity identity = default, string publicNetworkAccess = default);
new Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity * string -> Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As FactoryIdentity = Nothing, Optional publicNetworkAccess As String = Nothing)
Parameters
- tags
- IDictionary<String,String>
The resource tags.
- identity
- FactoryIdentity
Managed service identity of the factory.
- publicNetworkAccess
- String
Whether or not public network access is allowed for the data factory. Possible values include: 'Enabled', 'Disabled'
Applies to
Azure SDK for .NET