Przeczytaj w języku angielskim

Udostępnij za pośrednictwem


OperationDisplay Constructors

Definition

Overloads

OperationDisplay()

Initializes a new instance of the OperationDisplay class.

OperationDisplay(String, String, String, String)

Initializes a new instance of the OperationDisplay class.

OperationDisplay()

Initializes a new instance of the OperationDisplay class.

public OperationDisplay ();

Applies to

Azure SDK for .NET Legacy
Produkt Wersje
Azure SDK for .NET Legacy

OperationDisplay(String, String, String, String)

Initializes a new instance of the OperationDisplay class.

public OperationDisplay (string provider = default, string resource = default, string operation = default, string description = default);

Parameters

provider
String

Service provider: Microsoft.Resources

resource
String

Resource on which the operation is performed: Profile, endpoint, etc.

operation
String

Operation type: Read, write, delete, etc.

description
String

Description of the operation.

Applies to

Azure SDK for .NET Legacy
Produkt Wersje
Azure SDK for .NET Legacy