DcAccessSecurityCode 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
DcAccessSecurityCode() |
Initializes a new instance of the DcAccessSecurityCode class. |
DcAccessSecurityCode(String, String) |
Initializes a new instance of the DcAccessSecurityCode class. |
DcAccessSecurityCode()
Initializes a new instance of the DcAccessSecurityCode class.
public DcAccessSecurityCode ();
Public Sub New ()
Applies to
DcAccessSecurityCode(String, String)
Initializes a new instance of the DcAccessSecurityCode class.
public DcAccessSecurityCode (string reverseDCAccessCode = default, string forwardDCAccessCode = default);
new Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode : string * string -> Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode
Public Sub New (Optional reverseDCAccessCode As String = Nothing, Optional forwardDCAccessCode As String = Nothing)
Parameters
- reverseDCAccessCode
- String
Reverse Dc access security code.
- forwardDCAccessCode
- String
Forward Dc access security code.
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