次の方法で共有


SecurityDevOpsExtensions クラス

定義

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

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

メソッド

GetAzureDevOpsConnector(ResourceGroupResource, String, CancellationToken)

特定の ID に対して監視対象の AzureDevOps Connector リソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}
  • 操作IdAzureDevOpsConnector_Get
GetAzureDevOpsConnectorAsync(ResourceGroupResource, String, CancellationToken)

特定の ID に対して監視対象の AzureDevOps Connector リソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}
  • 操作IdAzureDevOpsConnector_Get
GetAzureDevOpsConnectorResource(ArmClient, ResourceIdentifier)

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

GetAzureDevOpsConnectors(ResourceGroupResource)

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

GetAzureDevOpsConnectors(SubscriptionResource, CancellationToken)

監視対象の AzureDevOps コネクタの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors
  • 操作IdAzureDevOpsConnector_ListBySubscription
GetAzureDevOpsConnectorsAsync(SubscriptionResource, CancellationToken)

監視対象の AzureDevOps コネクタの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors
  • 操作IdAzureDevOpsConnector_ListBySubscription
GetAzureDevOpsOrgResource(ArmClient, ResourceIdentifier)

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

GetAzureDevOpsProjectResource(ArmClient, ResourceIdentifier)

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

GetAzureDevOpsRepoResource(ArmClient, ResourceIdentifier)

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

GetGitHubConnector(ResourceGroupResource, String, CancellationToken)

特定の ID に対して監視対象の GitHub Connector リソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_Get
GetGitHubConnectorAsync(ResourceGroupResource, String, CancellationToken)

特定の ID に対して監視対象の GitHub Connector リソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_Get
GetGitHubConnectorResource(ArmClient, ResourceIdentifier)

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

GetGitHubConnectors(ResourceGroupResource)

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

GetGitHubConnectors(SubscriptionResource, CancellationToken)

監視対象の GitHub コネクタの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • 操作IdGitHubConnector_ListBySubscription
GetGitHubConnectorsAsync(SubscriptionResource, CancellationToken)

監視対象の GitHub コネクタの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • 操作IdGitHubConnector_ListBySubscription
GetGitHubOwnerResource(ArmClient, ResourceIdentifier)

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

GetGitHubRepoResource(ArmClient, ResourceIdentifier)

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

適用対象