RecommendationsGenerateHeaders Constructors

Definition

Overloads

RecommendationsGenerateHeaders()

Initializes a new instance of the RecommendationsGenerateHeaders class.

RecommendationsGenerateHeaders(String, String)

Initializes a new instance of the RecommendationsGenerateHeaders class.

RecommendationsGenerateHeaders()

Initializes a new instance of the RecommendationsGenerateHeaders class.

public RecommendationsGenerateHeaders ();
Public Sub New ()

Applies to

RecommendationsGenerateHeaders(String, String)

Initializes a new instance of the RecommendationsGenerateHeaders class.

public RecommendationsGenerateHeaders (string location = default, string retryAfter = default);
new Microsoft.Azure.Management.Advisor.Models.RecommendationsGenerateHeaders : string * string -> Microsoft.Azure.Management.Advisor.Models.RecommendationsGenerateHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As String = Nothing)

Parameters

location
String

The URL where the status of the asynchronous operation can be checked.

retryAfter
String

The amount of delay to use while the status of the operation is checked. The value is expressed in seconds.

Applies to