OperationProperties 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
OperationProperties() |
Initializes a new instance of the OperationProperties class. |
OperationProperties(ServiceSpecification) |
Initializes a new instance of the OperationProperties class. |
OperationProperties()
Initializes a new instance of the OperationProperties class.
public OperationProperties ();
Public Sub New ()
Applies to
OperationProperties(ServiceSpecification)
Initializes a new instance of the OperationProperties class.
public OperationProperties (Microsoft.Azure.Management.HDInsight.Models.ServiceSpecification serviceSpecification = default);
new Microsoft.Azure.Management.HDInsight.Models.OperationProperties : Microsoft.Azure.Management.HDInsight.Models.ServiceSpecification -> Microsoft.Azure.Management.HDInsight.Models.OperationProperties
Public Sub New (Optional serviceSpecification As ServiceSpecification = Nothing)
Parameters
- serviceSpecification
- ServiceSpecification
The specification of the service.
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