ConnectedResource 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
ConnectedResource() |
Initializes a new instance of the ConnectedResource class. |
ConnectedResource(String, String, String) |
Initializes a new instance of the ConnectedResource class. |
ConnectedResource()
Initializes a new instance of the ConnectedResource class.
public ConnectedResource ();
Public Sub New ()
Applies to
ConnectedResource(String, String, String)
Initializes a new instance of the ConnectedResource class.
public ConnectedResource (string connectedResourceId = default, string tcpPorts = default, string udpPorts = default);
new Microsoft.Azure.Management.Security.Models.ConnectedResource : string * string * string -> Microsoft.Azure.Management.Security.Models.ConnectedResource
Public Sub New (Optional connectedResourceId As String = Nothing, Optional tcpPorts As String = Nothing, Optional udpPorts As String = Nothing)
Parameters
- connectedResourceId
- String
The Azure resource id of the connected resource
- tcpPorts
- String
The allowed tcp ports
- udpPorts
- String
The allowed udp ports