PSActionAttributes 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
PSActionAttributes() | |
PSActionAttributes(Action) | |
PSActionAttributes(String, Nullable<Int32>, Nullable<Boolean>) |
PSActionAttributes()
public PSActionAttributes ();
Public Sub New ()
Applies to
PSActionAttributes(Action)
public PSActionAttributes (Microsoft.Azure.Management.ServiceBus.Models.Action action);
new Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes : Microsoft.Azure.Management.ServiceBus.Models.Action -> Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes
Public Sub New (action As Action)
Parameters
- action
- Action
Applies to
PSActionAttributes(String, Nullable<Int32>, Nullable<Boolean>)
public PSActionAttributes (string sqlExpression = default, int? compatibilityLevel = default, bool? requiresPreprocessing = default);
new Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes
Public Sub New (Optional sqlExpression As String = Nothing, Optional compatibilityLevel As Nullable(Of Integer) = Nothing, Optional requiresPreprocessing As Nullable(Of Boolean) = Nothing)
Parameters
- sqlExpression
- String