EventsCloudInfo 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
EventsCloudInfo() |
Initializes a new instance of the EventsCloudInfo class. |
EventsCloudInfo(String, String) |
Initializes a new instance of the EventsCloudInfo class. |
EventsCloudInfo()
Initializes a new instance of the EventsCloudInfo class.
public EventsCloudInfo ();
Public Sub New ()
Applies to
EventsCloudInfo(String, String)
Initializes a new instance of the EventsCloudInfo class.
public EventsCloudInfo (string roleName = default, string roleInstance = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsCloudInfo : string * string -> Microsoft.Azure.ApplicationInsights.Models.EventsCloudInfo
Public Sub New (Optional roleName As String = Nothing, Optional roleInstance As String = Nothing)
Parameters
- roleName
- String
Role name of the cloud
- roleInstance
- String
Role instance of the cloud
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