SubscriptionAcceptOwnershipHeaders 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
SubscriptionAcceptOwnershipHeaders() |
Initializes a new instance of the SubscriptionAcceptOwnershipHeaders class. |
SubscriptionAcceptOwnershipHeaders(String, Nullable<Int32>) |
Initializes a new instance of the SubscriptionAcceptOwnershipHeaders class. |
SubscriptionAcceptOwnershipHeaders()
Initializes a new instance of the SubscriptionAcceptOwnershipHeaders class.
public SubscriptionAcceptOwnershipHeaders ();
Public Sub New ()
Applies to
SubscriptionAcceptOwnershipHeaders(String, Nullable<Int32>)
Initializes a new instance of the SubscriptionAcceptOwnershipHeaders class.
public SubscriptionAcceptOwnershipHeaders (string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Subscription.Models.SubscriptionAcceptOwnershipHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Subscription.Models.SubscriptionAcceptOwnershipHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)
Parameters
- location
- String
GET this URL to retrieve the status of the asynchronous operation.
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