MicrosoftSecurityDevOps Interface

public interface MicrosoftSecurityDevOps

The interface for MicrosoftSecurityDevOps class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract AzureDevOpsConnectorsClient getAzureDevOpsConnectors()

Gets the AzureDevOpsConnectorsClient object to access its operations.

abstract AzureDevOpsConnectorStatsOperationsClient getAzureDevOpsConnectorStatsOperations()

Gets the AzureDevOpsConnectorStatsOperationsClient object to access its operations.

abstract AzureDevOpsOrgsClient getAzureDevOpsOrgs()

Gets the AzureDevOpsOrgsClient object to access its operations.

abstract AzureDevOpsProjectsClient getAzureDevOpsProjects()

Gets the AzureDevOpsProjectsClient object to access its operations.

abstract AzureDevOpsRepoesClient getAzureDevOpsRepoes()

Gets the AzureDevOpsRepoesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract GitHubConnectorsClient getGitHubConnectors()

Gets the GitHubConnectorsClient object to access its operations.

abstract GitHubConnectorStatsOperationsClient getGitHubConnectorStatsOperations()

Gets the GitHubConnectorStatsOperationsClient object to access its operations.

abstract GitHubOwnersClient getGitHubOwners()

Gets the GitHubOwnersClient object to access its operations.

abstract GitHubRepoesClient getGitHubRepoes()

Gets the GitHubRepoesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getAzureDevOpsConnectors

public abstract AzureDevOpsConnectorsClient getAzureDevOpsConnectors()

Gets the AzureDevOpsConnectorsClient object to access its operations.

Returns:

the AzureDevOpsConnectorsClient object.

getAzureDevOpsConnectorStatsOperations

public abstract AzureDevOpsConnectorStatsOperationsClient getAzureDevOpsConnectorStatsOperations()

Gets the AzureDevOpsConnectorStatsOperationsClient object to access its operations.

Returns:

the AzureDevOpsConnectorStatsOperationsClient object.

getAzureDevOpsOrgs

public abstract AzureDevOpsOrgsClient getAzureDevOpsOrgs()

Gets the AzureDevOpsOrgsClient object to access its operations.

Returns:

the AzureDevOpsOrgsClient object.

getAzureDevOpsProjects

public abstract AzureDevOpsProjectsClient getAzureDevOpsProjects()

Gets the AzureDevOpsProjectsClient object to access its operations.

Returns:

the AzureDevOpsProjectsClient object.

getAzureDevOpsRepoes

public abstract AzureDevOpsRepoesClient getAzureDevOpsRepoes()

Gets the AzureDevOpsRepoesClient object to access its operations.

Returns:

the AzureDevOpsRepoesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getGitHubConnectors

public abstract GitHubConnectorsClient getGitHubConnectors()

Gets the GitHubConnectorsClient object to access its operations.

Returns:

the GitHubConnectorsClient object.

getGitHubConnectorStatsOperations

public abstract GitHubConnectorStatsOperationsClient getGitHubConnectorStatsOperations()

Gets the GitHubConnectorStatsOperationsClient object to access its operations.

Returns:

the GitHubConnectorStatsOperationsClient object.

getGitHubOwners

public abstract GitHubOwnersClient getGitHubOwners()

Gets the GitHubOwnersClient object to access its operations.

Returns:

the GitHubOwnersClient object.

getGitHubRepoes

public abstract GitHubRepoesClient getGitHubRepoes()

Gets the GitHubRepoesClient object to access its operations.

Returns:

the GitHubRepoesClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

Applies to