Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.ArtifactSourceInner
Packages that use ArtifactSourceInner
Package
Description
Package containing the service clients for AzureDeploymentManager.
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of ArtifactSourceInner in com.azure.resourcemanager.deploymentmanager.fluent
Methods in com.azure.resourcemanager.deploymentmanager.fluent that return ArtifactSourceInnerModifier and TypeMethodDescriptionArtifactSourcesClient.createOrUpdate(String resourceGroupName, String artifactSourceName) Creates or updates an artifact source.ArtifactSourcesClient.getByResourceGroup(String resourceGroupName, String artifactSourceName) Gets an artifact source.Methods in com.azure.resourcemanager.deploymentmanager.fluent that return types with arguments of type ArtifactSourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ArtifactSourceInner>ArtifactSourcesClient.createOrUpdateWithResponse(String resourceGroupName, String artifactSourceName, ArtifactSourceInner artifactSourceInfo, com.azure.core.util.Context context) Creates or updates an artifact source.com.azure.core.http.rest.Response<ArtifactSourceInner>ArtifactSourcesClient.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<ArtifactSourceInner>>ArtifactSourcesClient.listWithResponse(String resourceGroupName, com.azure.core.util.Context context) Lists the artifact sources in a resource group.Methods in com.azure.resourcemanager.deploymentmanager.fluent with parameters of type ArtifactSourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ArtifactSourceInner>ArtifactSourcesClient.createOrUpdateWithResponse(String resourceGroupName, String artifactSourceName, ArtifactSourceInner artifactSourceInfo, com.azure.core.util.Context context) Creates or updates an artifact source. -
Uses of ArtifactSourceInner in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return ArtifactSourceInnerModifier and TypeMethodDescriptionArtifactSourceInner.withArtifactRoot(String artifactRoot) Set the artifactRoot property: The path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts.ArtifactSourceInner.withAuthentication(Authentication authentication) Set the authentication property: The authentication method to use to access the artifact source.ArtifactSourceInner.withLocation(String location) ArtifactSourceInner.withSourceType(String sourceType) Set the sourceType property: The type of artifact source used. -
Uses of ArtifactSourceInner in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ArtifactSourceInnerModifier and TypeMethodDescriptionArtifactSource.innerModel()Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.ArtifactSourceInner object.