ConfluentExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Confluent.
public static class ConfluentExtensions
type ConfluentExtensions = class
Public Module ConfluentExtensions
- Inheritance
-
ConfluentExtensions
Methods
CreateMarketplaceAgreement(SubscriptionResource, ConfluentAgreement, CancellationToken) |
Create Confluent Marketplace agreement in the subscription.
|
CreateMarketplaceAgreementAsync(SubscriptionResource, ConfluentAgreement, CancellationToken) |
Create Confluent Marketplace agreement in the subscription.
|
GetConfluentOrganization(ResourceGroupResource, String, CancellationToken) |
Get the properties of a specific Organization resource.
|
GetConfluentOrganizationAsync(ResourceGroupResource, String, CancellationToken) |
Get the properties of a specific Organization resource.
|
GetConfluentOrganizationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ConfluentOrganizationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ConfluentOrganizationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetConfluentOrganizationResource(ResourceIdentifier) instead. |
GetConfluentOrganizations(ResourceGroupResource) |
Gets a collection of ConfluentOrganizationResources in the ResourceGroupResource. MockingTo mock this method, please mock GetConfluentOrganizations() instead. |
GetConfluentOrganizations(SubscriptionResource, CancellationToken) |
List all organizations under the specified subscription.
|
GetConfluentOrganizationsAsync(SubscriptionResource, CancellationToken) |
List all organizations under the specified subscription.
|
GetMarketplaceAgreements(SubscriptionResource, CancellationToken) |
List Confluent marketplace agreements in the subscription.
|
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken) |
List Confluent marketplace agreements in the subscription.
|
ValidateOrganization(ResourceGroupResource, String, ConfluentOrganizationData, CancellationToken) |
Organization Validate proxy resource
|
ValidateOrganizationAsync(ResourceGroupResource, String, ConfluentOrganizationData, CancellationToken) |
Organization Validate proxy resource
|
ValidateOrganizationV2(ResourceGroupResource, String, ConfluentOrganizationData, CancellationToken) |
Organization Validate proxy resource
|
ValidateOrganizationV2Async(ResourceGroupResource, String, ConfluentOrganizationData, CancellationToken) |
Organization Validate proxy resource
|
Applies to
Azure SDK for .NET