Uses of Interface
com.azure.resourcemanager.deploymentmanager.models.ArtifactSource
Packages that use ArtifactSource
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of ArtifactSource in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ArtifactSourceModifier and TypeMethodDescriptionArtifactSource.Update.apply()Executes the update request.ArtifactSource.Update.apply(com.azure.core.util.Context context) Executes the update request.ArtifactSource.DefinitionStages.WithCreate.create()Executes the create request.ArtifactSource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets an artifact source.ArtifactSources.getByResourceGroup(String resourceGroupName, String artifactSourceName) Gets an artifact source.ArtifactSource.refresh()Refreshes the resource to sync with Azure.ArtifactSource.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type ArtifactSourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ArtifactSource>ArtifactSources.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets an artifact source.com.azure.core.http.rest.Response<ArtifactSource>ArtifactSources.getByResourceGroupWithResponse(String resourceGroupName, String artifactSourceName, com.azure.core.util.Context context) Gets an artifact source.Lists the artifact sources in a resource group.com.azure.core.http.rest.Response<List<ArtifactSource>>ArtifactSources.listWithResponse(String resourceGroupName, com.azure.core.util.Context context) Lists the artifact sources in a resource group.