SubscriptionFeatureRegistrationsOperationsExtensions.CreateOrUpdate 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.
Create or update a feature registration.
public static Microsoft.Azure.Management.ResourceManager.Models.SubscriptionFeatureRegistration CreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.ISubscriptionFeatureRegistrationsOperations operations, string providerNamespace, string featureName, Microsoft.Azure.Management.ResourceManager.Models.SubscriptionFeatureRegistration subscriptionFeatureRegistrationType = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ResourceManager.ISubscriptionFeatureRegistrationsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.SubscriptionFeatureRegistration -> Microsoft.Azure.Management.ResourceManager.Models.SubscriptionFeatureRegistration
<Extension()>
Public Function CreateOrUpdate (operations As ISubscriptionFeatureRegistrationsOperations, providerNamespace As String, featureName As String, Optional subscriptionFeatureRegistrationType As SubscriptionFeatureRegistration = Nothing) As SubscriptionFeatureRegistration
Parameters
- operations
- ISubscriptionFeatureRegistrationsOperations
The operations group for this extension method.
- providerNamespace
- String
The provider namespace.
- featureName
- String
The feature name.
- subscriptionFeatureRegistrationType
- SubscriptionFeatureRegistration
Subscription Feature Registration Type details.
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