ResourceProviderResource.Register Method
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.
Registers a subscription with a resource provider.
- Request Path: /subscriptions/{subscriptionId}/providers/{resourceProviderNamespace}/register
- Operation Id: Providers_Register
- Default Api Version: 2022-09-01
- Resource: ResourceProviderResource
public virtual Azure.Response<Azure.ResourceManager.Resources.ResourceProviderResource> Register (Azure.ResourceManager.Resources.Models.ProviderRegistrationContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Register : Azure.ResourceManager.Resources.Models.ProviderRegistrationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ResourceProviderResource>
override this.Register : Azure.ResourceManager.Resources.Models.ProviderRegistrationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ResourceProviderResource>
Public Overridable Function Register (Optional content As ProviderRegistrationContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ResourceProviderResource)
Parameters
- content
- ProviderRegistrationContent
The third party consent for S2S.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
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