RecommendationsGenerateHeaders 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
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
Azure SDK for .NET