次の方法で共有


ConfluentExtensions クラス

定義

Azure.ResourceManager.Confluent に拡張メソッドを追加するクラス。

public static class ConfluentExtensions
type ConfluentExtensions = class
Public Module ConfluentExtensions
継承
ConfluentExtensions

メソッド

CreateMarketplaceAgreement(SubscriptionResource, ConfluentAgreement, CancellationToken)

サブスクリプションで Confluent Marketplace 契約を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Confluent/agreements/default
  • 操作IdMarketplaceAgreements_Create
CreateMarketplaceAgreementAsync(SubscriptionResource, ConfluentAgreement, CancellationToken)

サブスクリプションで Confluent Marketplace 契約を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Confluent/agreements/default
  • 操作IdMarketplaceAgreements_Create
GetConfluentOrganization(ResourceGroupResource, String, CancellationToken)

特定の Organization リソースのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • 操作IdOrganization_Get
GetConfluentOrganizationAsync(ResourceGroupResource, String, CancellationToken)

特定の Organization リソースのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • 操作IdOrganization_Get
GetConfluentOrganizationResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を ConfluentOrganizationResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を ConfluentOrganizationResourceResourceIdentifier 作成できます。

GetConfluentOrganizations(ResourceGroupResource)

ResourceGroupResource 内の ConfluentOrganizationResources のコレクションを取得します。

GetConfluentOrganizations(SubscriptionResource, CancellationToken)

指定したサブスクリプションの下にあるすべての組織を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Confluent/organizations
  • 操作IdOrganization_ListBySubscription
GetConfluentOrganizationsAsync(SubscriptionResource, CancellationToken)

指定したサブスクリプションの下にあるすべての組織を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Confluent/organizations
  • 操作IdOrganization_ListBySubscription
GetMarketplaceAgreements(SubscriptionResource, CancellationToken)

サブスクリプションに Confluent Marketplace 契約を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Confluent/agreements
  • 操作IdMarketplaceAgreements_List
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken)

サブスクリプションに Confluent Marketplace 契約を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Confluent/agreements
  • 操作IdMarketplaceAgreements_List
ValidateOrganization(ResourceGroupResource, String, ConfluentOrganizationData, CancellationToken)

組織でのプロキシ リソースの検証

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate
  • 操作IdValidations_ValidateOrganization
ValidateOrganizationAsync(ResourceGroupResource, String, ConfluentOrganizationData, CancellationToken)

組織でのプロキシ リソースの検証

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate
  • 操作IdValidations_ValidateOrganization

適用対象