CosmosDBPublicNetworkAccess 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 requests from Public Network are allowed.
public readonly struct CosmosDBPublicNetworkAccess : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBPublicNetworkAccess>
type CosmosDBPublicNetworkAccess = struct
Public Structure CosmosDBPublicNetworkAccess
Implements IEquatable(Of CosmosDBPublicNetworkAccess)
- Inheritance
-
CosmosDBPublicNetworkAccess
- Implements
Constructors
CosmosDBPublicNetworkAccess(String) |
Initializes a new instance of CosmosDBPublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
SecuredByPerimeter |
SecuredByPerimeter. |
Methods
Equals(CosmosDBPublicNetworkAccess) |
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(CosmosDBPublicNetworkAccess, CosmosDBPublicNetworkAccess) |
Determines if two CosmosDBPublicNetworkAccess values are the same. |
Implicit(String to CosmosDBPublicNetworkAccess) |
Converts a string to a CosmosDBPublicNetworkAccess. |
Inequality(CosmosDBPublicNetworkAccess, CosmosDBPublicNetworkAccess) |
Determines if two CosmosDBPublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET