SecurityDevOpsManager Class

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

public final class SecurityDevOpsManager

Entry point to SecurityDevOpsManager. REST APIs for Defender for DevOps.

Method Summary

Modifier and Type Method and Description
static SecurityDevOpsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Security Dev Ops service API entry point.

static SecurityDevOpsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Security Dev Ops service API entry point.

AzureDevOpsConnectors azureDevOpsConnectors()

Gets the resource collection API of AzureDevOpsConnectors.

AzureDevOpsConnectorStatsOperations azureDevOpsConnectorStatsOperations()

Gets the resource collection API of AzureDevOpsConnectorStatsOperations.

AzureDevOpsOrgs azureDevOpsOrgs()

Gets the resource collection API of AzureDevOpsOrgs.

AzureDevOpsProjects azureDevOpsProjects()

Gets the resource collection API of AzureDevOpsProjects.

AzureDevOpsRepoes azureDevOpsRepoes()

Gets the resource collection API of AzureDevOpsRepoes.

static Configurable configure()

Gets a Configurable instance that can be used to create SecurityDevOpsManager with optional configuration.

GitHubConnectors gitHubConnectors()

Gets the resource collection API of GitHubConnectors.

GitHubConnectorStatsOperations gitHubConnectorStatsOperations()

Gets the resource collection API of GitHubConnectorStatsOperations.

GitHubOwners gitHubOwners()

Gets the resource collection API of GitHubOwners.

GitHubRepoes gitHubRepoes()

Gets the resource collection API of GitHubRepoes.

Operations operations()

Gets the resource collection API of Operations.

MicrosoftSecurityDevOps serviceClient()

Methods inherited from java.lang.Object

Method Details

authenticate

public static SecurityDevOpsManager authenticate(HttpPipeline httpPipeline, 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.

authenticate

public static SecurityDevOpsManager authenticate(TokenCredential credential, 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.

azureDevOpsConnectors

public AzureDevOpsConnectors azureDevOpsConnectors()

Gets the resource collection API of AzureDevOpsConnectors. It manages AzureDevOpsConnector.

Returns:

Resource collection API of AzureDevOpsConnectors.

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.

azureDevOpsRepoes

public AzureDevOpsRepoes azureDevOpsRepoes()

Gets the resource collection API of AzureDevOpsRepoes. It manages AzureDevOpsRepo.

Returns:

Resource collection API of AzureDevOpsRepoes.

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.

gitHubConnectors

public GitHubConnectors gitHubConnectors()

Gets the resource collection API of GitHubConnectors. It manages GitHubConnector.

Returns:

Resource collection API of GitHubConnectors.

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.

gitHubRepoes

public GitHubRepoes gitHubRepoes()

Gets the resource collection API of GitHubRepoes. It manages GitHubRepo.

Returns:

Resource collection API of GitHubRepoes.

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.

Applies to