Uses of Class
com.azure.resourcemanager.deploymentmanager.models.ServiceUnitArtifacts
Packages that use ServiceUnitArtifacts
Package
Description
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of ServiceUnitArtifacts in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return ServiceUnitArtifactsModifier and TypeMethodDescriptionServiceUnitResourceInner.artifacts()Get the artifacts property: The artifacts for the service unit.Methods in com.azure.resourcemanager.deploymentmanager.fluent.models with parameters of type ServiceUnitArtifactsModifier and TypeMethodDescriptionServiceUnitResourceInner.withArtifacts(ServiceUnitArtifacts artifacts) Set the artifacts property: The artifacts for the service unit.ServiceUnitResourceProperties.withArtifacts(ServiceUnitArtifacts artifacts) Set the artifacts property: The artifacts for the service unit. -
Uses of ServiceUnitArtifacts in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ServiceUnitArtifactsModifier and TypeMethodDescriptionServiceUnitProperties.artifacts()Get the artifacts property: The artifacts for the service unit.ServiceUnitResource.artifacts()Gets the artifacts property: The artifacts for the service unit.ServiceUnitArtifacts.withParametersArtifactSourceRelativePath(String parametersArtifactSourceRelativePath) Set the parametersArtifactSourceRelativePath property: The path to the ARM parameters file relative to the artifact source.ServiceUnitArtifacts.withParametersUri(String parametersUri) Set the parametersUri property: The full URI of the ARM parameters file with the SAS token.ServiceUnitArtifacts.withTemplateArtifactSourceRelativePath(String templateArtifactSourceRelativePath) Set the templateArtifactSourceRelativePath property: The path to the ARM template file relative to the artifact source.ServiceUnitArtifacts.withTemplateUri(String templateUri) Set the templateUri property: The full URI of the ARM template file with the SAS token.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type ServiceUnitArtifactsModifier and TypeMethodDescriptionServiceUnit.withArtifacts(ServiceUnitArtifacts artifacts) Set the artifacts property: The artifacts for the service unit.ServiceUnitProperties.withArtifacts(ServiceUnitArtifacts artifacts) Set the artifacts property: The artifacts for the service unit.ServiceUnitResource.DefinitionStages.WithArtifacts.withArtifacts(ServiceUnitArtifacts artifacts) Specifies the artifacts property: The artifacts for the service unit..ServiceUnitResource.UpdateStages.WithArtifacts.withArtifacts(ServiceUnitArtifacts artifacts) Specifies the artifacts property: The artifacts for the service unit..