SecurityDevOpsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.SecurityDevOps.
public static class SecurityDevOpsExtensions
type SecurityDevOpsExtensions = class
Public Module SecurityDevOpsExtensions
- Inheritance
-
SecurityDevOpsExtensions
Methods
GetAzureDevOpsConnector(ResourceGroupResource, String, CancellationToken) |
Returns a monitored AzureDevOps Connector resource for a given ID.
|
GetAzureDevOpsConnectorAsync(ResourceGroupResource, String, CancellationToken) |
Returns a monitored AzureDevOps Connector resource for a given ID.
|
GetAzureDevOpsConnectorResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AzureDevOpsConnectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AzureDevOpsConnectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAzureDevOpsConnectorResource(ResourceIdentifier) instead. |
GetAzureDevOpsConnectors(ResourceGroupResource) |
Gets a collection of AzureDevOpsConnectorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAzureDevOpsConnectors() instead. |
GetAzureDevOpsConnectors(SubscriptionResource, CancellationToken) |
Returns a list of monitored AzureDevOps Connectors.
|
GetAzureDevOpsConnectorsAsync(SubscriptionResource, CancellationToken) |
Returns a list of monitored AzureDevOps Connectors.
|
GetAzureDevOpsOrgResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AzureDevOpsOrgResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an AzureDevOpsOrgResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAzureDevOpsOrgResource(ResourceIdentifier) instead. |
GetAzureDevOpsProjectResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AzureDevOpsProjectResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an AzureDevOpsProjectResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAzureDevOpsProjectResource(ResourceIdentifier) instead. |
GetAzureDevOpsRepoResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AzureDevOpsRepoResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create an AzureDevOpsRepoResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAzureDevOpsRepoResource(ResourceIdentifier) instead. |
GetGitHubConnector(ResourceGroupResource, String, CancellationToken) |
Returns a monitored GitHub Connector resource for a given ID.
|
GetGitHubConnectorAsync(ResourceGroupResource, String, CancellationToken) |
Returns a monitored GitHub Connector resource for a given ID.
|
GetGitHubConnectorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a GitHubConnectorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a GitHubConnectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetGitHubConnectorResource(ResourceIdentifier) instead. |
GetGitHubConnectors(ResourceGroupResource) |
Gets a collection of GitHubConnectorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetGitHubConnectors() instead. |
GetGitHubConnectors(SubscriptionResource, CancellationToken) |
Returns a list of monitored GitHub Connectors.
|
GetGitHubConnectorsAsync(SubscriptionResource, CancellationToken) |
Returns a list of monitored GitHub Connectors.
|
GetGitHubOwnerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a GitHubOwnerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GitHubOwnerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetGitHubOwnerResource(ResourceIdentifier) instead. |
GetGitHubRepoResource(ArmClient, ResourceIdentifier) |
Gets an object representing a GitHubRepoResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a GitHubRepoResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetGitHubRepoResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET