Delen via


DataFactoryPublicNetworkAccess Struct

Definition

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