PutAliasRequest 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
PutAliasRequest() |
Initializes a new instance of the PutAliasRequest class. |
PutAliasRequest(PutAliasRequestProperties) |
Initializes a new instance of the PutAliasRequest class. |
PutAliasRequest()
Initializes a new instance of the PutAliasRequest class.
public PutAliasRequest ();
Public Sub New ()
Applies to
PutAliasRequest(PutAliasRequestProperties)
Initializes a new instance of the PutAliasRequest class.
public PutAliasRequest (Microsoft.Azure.Management.Subscription.Models.PutAliasRequestProperties properties = default);
new Microsoft.Azure.Management.Subscription.Models.PutAliasRequest : Microsoft.Azure.Management.Subscription.Models.PutAliasRequestProperties -> Microsoft.Azure.Management.Subscription.Models.PutAliasRequest
Public Sub New (Optional properties As PutAliasRequestProperties = Nothing)
Parameters
- properties
- PutAliasRequestProperties
Put alias request properties.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET