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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET