FieldDefinition 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
FieldDefinition() |
Initializes a new instance of the FieldDefinition class. |
FieldDefinition(String) | |
FieldDefinition(String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the FieldDefinition class. |
FieldDefinition()
Initializes a new instance of the FieldDefinition class.
public FieldDefinition ();
Public Sub New ()
Applies to
FieldDefinition(String)
public FieldDefinition (string type);
new Microsoft.Azure.Management.Automation.Models.FieldDefinition : string -> Microsoft.Azure.Management.Automation.Models.FieldDefinition
Public Sub New (type As String)
Parameters
- type
- String
Applies to
FieldDefinition(String, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the FieldDefinition class.
public FieldDefinition (string type, bool? isEncrypted = default, bool? isOptional = default);
new Microsoft.Azure.Management.Automation.Models.FieldDefinition : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Automation.Models.FieldDefinition
Public Sub New (type As String, Optional isEncrypted As Nullable(Of Boolean) = Nothing, Optional isOptional As Nullable(Of Boolean) = Nothing)
Parameters
- type
- String
Gets or sets the type of the connection field definition.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET