OperationInfo 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
OperationInfo() |
Initializes a new instance of the OperationInfo class. |
OperationInfo(String, String, String, String) |
Initializes a new instance of the OperationInfo class. |
OperationInfo()
Initializes a new instance of the OperationInfo class.
public OperationInfo ();
Public Sub New ()
Applies to
OperationInfo(String, String, String, String)
Initializes a new instance of the OperationInfo class.
public OperationInfo (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.Maintenance.Models.OperationInfo : string * string * string * string -> Microsoft.Azure.Management.Maintenance.Models.OperationInfo
Public Sub New (Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing, Optional description As String = Nothing)
Parameters
- provider
- String
Name of the provider
- resource
- String
Name of the resource type
- operation
- String
Name of the operation
- description
- String
Description of the operation
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