ProviderRegistrationRequest 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
ProviderRegistrationRequest() |
Initializes a new instance of the ProviderRegistrationRequest class. |
ProviderRegistrationRequest(ProviderConsentDefinition) |
Initializes a new instance of the ProviderRegistrationRequest class. |
ProviderRegistrationRequest()
Initializes a new instance of the ProviderRegistrationRequest class.
public ProviderRegistrationRequest ();
Public Sub New ()
Applies to
ProviderRegistrationRequest(ProviderConsentDefinition)
Initializes a new instance of the ProviderRegistrationRequest class.
public ProviderRegistrationRequest (Microsoft.Azure.Management.ResourceManager.Models.ProviderConsentDefinition thirdPartyProviderConsent = default);
new Microsoft.Azure.Management.ResourceManager.Models.ProviderRegistrationRequest : Microsoft.Azure.Management.ResourceManager.Models.ProviderConsentDefinition -> Microsoft.Azure.Management.ResourceManager.Models.ProviderRegistrationRequest
Public Sub New (Optional thirdPartyProviderConsent As ProviderConsentDefinition = Nothing)
Parameters
- thirdPartyProviderConsent
- ProviderConsentDefinition
The provider consent.
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