Class SecurityDevOpsManager

java.lang.Object
com.azure.resourcemanager.securitydevops.SecurityDevOpsManager

public final class SecurityDevOpsManager extends Object
Entry point to SecurityDevOpsManager. REST APIs for Defender for DevOps.
  • Method Details

    • authenticate

      public static SecurityDevOpsManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Security Dev Ops service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the Security Dev Ops service API instance.
    • authenticate

      public static SecurityDevOpsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Security Dev Ops service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the Security Dev Ops service API instance.
    • configure

      public static SecurityDevOpsManager.Configurable configure()
      Gets a Configurable instance that can be used to create SecurityDevOpsManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • azureDevOpsConnectors

      public AzureDevOpsConnectors azureDevOpsConnectors()
      Gets the resource collection API of AzureDevOpsConnectors. It manages AzureDevOpsConnector.
      Returns:
      Resource collection API of AzureDevOpsConnectors.
    • azureDevOpsRepoes

      public AzureDevOpsRepoes azureDevOpsRepoes()
      Gets the resource collection API of AzureDevOpsRepoes. It manages AzureDevOpsRepo.
      Returns:
      Resource collection API of AzureDevOpsRepoes.
    • azureDevOpsConnectorStatsOperations

      public AzureDevOpsConnectorStatsOperations azureDevOpsConnectorStatsOperations()
      Gets the resource collection API of AzureDevOpsConnectorStatsOperations.
      Returns:
      Resource collection API of AzureDevOpsConnectorStatsOperations.
    • azureDevOpsOrgs

      public AzureDevOpsOrgs azureDevOpsOrgs()
      Gets the resource collection API of AzureDevOpsOrgs. It manages AzureDevOpsOrg.
      Returns:
      Resource collection API of AzureDevOpsOrgs.
    • azureDevOpsProjects

      public AzureDevOpsProjects azureDevOpsProjects()
      Gets the resource collection API of AzureDevOpsProjects. It manages AzureDevOpsProject.
      Returns:
      Resource collection API of AzureDevOpsProjects.
    • gitHubConnectors

      public GitHubConnectors gitHubConnectors()
      Gets the resource collection API of GitHubConnectors. It manages GitHubConnector.
      Returns:
      Resource collection API of GitHubConnectors.
    • gitHubRepoes

      public GitHubRepoes gitHubRepoes()
      Gets the resource collection API of GitHubRepoes. It manages GitHubRepo.
      Returns:
      Resource collection API of GitHubRepoes.
    • gitHubConnectorStatsOperations

      public GitHubConnectorStatsOperations gitHubConnectorStatsOperations()
      Gets the resource collection API of GitHubConnectorStatsOperations.
      Returns:
      Resource collection API of GitHubConnectorStatsOperations.
    • gitHubOwners

      public GitHubOwners gitHubOwners()
      Gets the resource collection API of GitHubOwners. It manages GitHubOwner.
      Returns:
      Resource collection API of GitHubOwners.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • serviceClient

      public MicrosoftSecurityDevOps serviceClient()
      Returns:
      Wrapped service client MicrosoftSecurityDevOps providing direct access to the underlying auto-generated API implementation, based on Azure REST API.