Class ArtifactSourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactSourceInner

public final class ArtifactSourceInner extends com.azure.core.management.Resource
Properties of an artifact source.
  • Constructor Details

    • ArtifactSourceInner

      public ArtifactSourceInner()
      Creates an instance of ArtifactSourceInner class.
  • Method Details

    • withLocation

      public ArtifactSourceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ArtifactSourceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • displayName

      public String displayName()
      Get the displayName property: The artifact source's display name.
      Returns:
      the displayName value.
    • withDisplayName

      public ArtifactSourceInner withDisplayName(String displayName)
      Set the displayName property: The artifact source's display name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • uri

      public String uri()
      Get the uri property: The artifact source's URI.
      Returns:
      the uri value.
    • withUri

      public ArtifactSourceInner withUri(String uri)
      Set the uri property: The artifact source's URI.
      Parameters:
      uri - the uri value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • sourceType

      public SourceControlType sourceType()
      Get the sourceType property: The artifact source's type.
      Returns:
      the sourceType value.
    • withSourceType

      public ArtifactSourceInner withSourceType(SourceControlType sourceType)
      Set the sourceType property: The artifact source's type.
      Parameters:
      sourceType - the sourceType value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • folderPath

      public String folderPath()
      Get the folderPath property: The folder containing artifacts.
      Returns:
      the folderPath value.
    • withFolderPath

      public ArtifactSourceInner withFolderPath(String folderPath)
      Set the folderPath property: The folder containing artifacts.
      Parameters:
      folderPath - the folderPath value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • armTemplateFolderPath

      public String armTemplateFolderPath()
      Get the armTemplateFolderPath property: The folder containing Azure Resource Manager templates.
      Returns:
      the armTemplateFolderPath value.
    • withArmTemplateFolderPath

      public ArtifactSourceInner withArmTemplateFolderPath(String armTemplateFolderPath)
      Set the armTemplateFolderPath property: The folder containing Azure Resource Manager templates.
      Parameters:
      armTemplateFolderPath - the armTemplateFolderPath value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • branchRef

      public String branchRef()
      Get the branchRef property: The artifact source's branch reference.
      Returns:
      the branchRef value.
    • withBranchRef

      public ArtifactSourceInner withBranchRef(String branchRef)
      Set the branchRef property: The artifact source's branch reference.
      Parameters:
      branchRef - the branchRef value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • securityToken

      public String securityToken()
      Get the securityToken property: The security token to authenticate to the artifact source.
      Returns:
      the securityToken value.
    • withSecurityToken

      public ArtifactSourceInner withSecurityToken(String securityToken)
      Set the securityToken property: The security token to authenticate to the artifact source.
      Parameters:
      securityToken - the securityToken value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • status

      public EnableStatus status()
      Get the status property: Indicates if the artifact source is enabled (values: Enabled, Disabled).
      Returns:
      the status value.
    • withStatus

      public ArtifactSourceInner withStatus(EnableStatus status)
      Set the status property: Indicates if the artifact source is enabled (values: Enabled, Disabled).
      Parameters:
      status - the status value to set.
      Returns:
      the ArtifactSourceInner object itself.
    • createdDate

      public OffsetDateTime createdDate()
      Get the createdDate property: The artifact source's creation date.
      Returns:
      the createdDate value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning status of the resource.
      Returns:
      the provisioningState value.
    • uniqueIdentifier

      public String uniqueIdentifier()
      Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
      Returns:
      the uniqueIdentifier value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.