LogicApiDeploymentParameterVisibility 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.
The Api deployment parameter visibility.
public readonly struct LogicApiDeploymentParameterVisibility : IEquatable<Azure.ResourceManager.Logic.Models.LogicApiDeploymentParameterVisibility>
type LogicApiDeploymentParameterVisibility = struct
Public Structure LogicApiDeploymentParameterVisibility
Implements IEquatable(Of LogicApiDeploymentParameterVisibility)
- Inheritance
-
LogicApiDeploymentParameterVisibility
- Implements
Constructors
LogicApiDeploymentParameterVisibility(String) |
Initializes a new instance of LogicApiDeploymentParameterVisibility. |
Properties
Default |
Default. |
Internal |
Internal. |
NotSpecified |
NotSpecified. |
Methods
Equals(LogicApiDeploymentParameterVisibility) |
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(LogicApiDeploymentParameterVisibility, LogicApiDeploymentParameterVisibility) |
Determines if two LogicApiDeploymentParameterVisibility values are the same. |
Implicit(String to LogicApiDeploymentParameterVisibility) |
Converts a String to a LogicApiDeploymentParameterVisibility. |
Inequality(LogicApiDeploymentParameterVisibility, LogicApiDeploymentParameterVisibility) |
Determines if two LogicApiDeploymentParameterVisibility values are not the same. |
Applies to
Azure SDK for .NET