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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET