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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET