AvailableOperationDisplay Constructors

Definition

Overloads

AvailableOperationDisplay()

Initializes a new instance of the AvailableOperationDisplay class.

AvailableOperationDisplay(String, String, String, String)

Initializes a new instance of the AvailableOperationDisplay class.

AvailableOperationDisplay()

Initializes a new instance of the AvailableOperationDisplay class.

public AvailableOperationDisplay ();
Public Sub New ()

Applies to

AvailableOperationDisplay(String, String, String, String)

Initializes a new instance of the AvailableOperationDisplay class.

public AvailableOperationDisplay (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.ServiceFabric.Models.AvailableOperationDisplay : string * string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.AvailableOperationDisplay
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

The name of the provider.

resource
String

The resource on which the operation is performed

operation
String

The operation that can be performed.

description
String

Operation description

Applies to