ArtifactSourcesOperationsExtensions 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.
Extension methods for ArtifactSourcesOperations.
public static class ArtifactSourcesOperationsExtensions
type ArtifactSourcesOperationsExtensions = class
Public Module ArtifactSourcesOperationsExtensions
- Inheritance
-
ArtifactSourcesOperationsExtensions
Methods
CreateOrUpdate(IArtifactSourcesOperations, String, String, ArtifactSource) |
Creates or updates an artifact source. |
CreateOrUpdateAsync(IArtifactSourcesOperations, String, String, ArtifactSource, CancellationToken) |
Creates or updates an artifact source. |
Delete(IArtifactSourcesOperations, String, String) |
Deletes an artifact source. |
DeleteAsync(IArtifactSourcesOperations, String, String, CancellationToken) |
Deletes an artifact source. |
Get(IArtifactSourcesOperations, String, String) |
Gets an artifact source. |
GetAsync(IArtifactSourcesOperations, String, String, CancellationToken) |
Gets an artifact source. |
List(IArtifactSourcesOperations, String) |
Lists the artifact sources in a resource group. |
ListAsync(IArtifactSourcesOperations, String, CancellationToken) |
Lists the artifact sources in a resource group. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET