ManagementGroupsCreateOrUpdateHeaders 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
ManagementGroupsCreateOrUpdateHeaders() |
Initializes a new instance of the ManagementGroupsCreateOrUpdateHeaders class. |
ManagementGroupsCreateOrUpdateHeaders(String, String) |
Initializes a new instance of the ManagementGroupsCreateOrUpdateHeaders class. |
ManagementGroupsCreateOrUpdateHeaders()
Initializes a new instance of the ManagementGroupsCreateOrUpdateHeaders class.
public ManagementGroupsCreateOrUpdateHeaders ();
Public Sub New ()
Applies to
ManagementGroupsCreateOrUpdateHeaders(String, String)
Initializes a new instance of the ManagementGroupsCreateOrUpdateHeaders class.
public ManagementGroupsCreateOrUpdateHeaders (string location = default, string azureAsyncOperation = default);
new Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupsCreateOrUpdateHeaders : string * string -> Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupsCreateOrUpdateHeaders
Public Sub New (Optional location As String = Nothing, Optional azureAsyncOperation As String = Nothing)
Parameters
- location
- String
URL for determining when an operation has completed. Send a GET request to the URL in Location header. The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
For more info:
https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
- azureAsyncOperation
- String
URL for checking the ongoing status of the operation. To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
For more info:
https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
Applies to
Azure SDK for .NET