DataFactoryPublicNetworkAccess Struct
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.
Whether or not public network access is allowed for the data factory.
public readonly struct DataFactoryPublicNetworkAccess : IEquatable<Azure.ResourceManager.DataFactory.Models.DataFactoryPublicNetworkAccess>
type DataFactoryPublicNetworkAccess = struct
Public Structure DataFactoryPublicNetworkAccess
Implements IEquatable(Of DataFactoryPublicNetworkAccess)
- Inheritance
-
DataFactoryPublicNetworkAccess
- Implements
Constructors
DataFactoryPublicNetworkAccess(String) |
Initializes a new instance of DataFactoryPublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(DataFactoryPublicNetworkAccess) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataFactoryPublicNetworkAccess, DataFactoryPublicNetworkAccess) |
Determines if two DataFactoryPublicNetworkAccess values are the same. |
Implicit(String to DataFactoryPublicNetworkAccess) |
Converts a String to a DataFactoryPublicNetworkAccess. |
Inequality(DataFactoryPublicNetworkAccess, DataFactoryPublicNetworkAccess) |
Determines if two DataFactoryPublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET