RoleSinkInfo 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
RoleSinkInfo() |
Initializes a new instance of the RoleSinkInfo class. |
RoleSinkInfo(String) |
Initializes a new instance of the RoleSinkInfo class. |
RoleSinkInfo()
Initializes a new instance of the RoleSinkInfo class.
public RoleSinkInfo ();
Public Sub New ()
Applies to
RoleSinkInfo(String)
Initializes a new instance of the RoleSinkInfo class.
public RoleSinkInfo (string roleId);
new Microsoft.Azure.Management.DataBoxEdge.Models.RoleSinkInfo : string -> Microsoft.Azure.Management.DataBoxEdge.Models.RoleSinkInfo
Public Sub New (roleId As String)
Parameters
- roleId
- String
Compute role ID.
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