DevTestLabArtifactSourceData 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.
A class representing the DevTestLabArtifactSource data model. Properties of an artifact source.
public class DevTestLabArtifactSourceData : Azure.ResourceManager.Models.TrackedResourceData
type DevTestLabArtifactSourceData = class
inherit TrackedResourceData
Public Class DevTestLabArtifactSourceData
Inherits TrackedResourceData
- Inheritance
Constructors
DevTestLabArtifactSourceData(AzureLocation) |
Initializes a new instance of DevTestLabArtifactSourceData. |
Properties
ArmTemplateFolderPath |
The folder containing Azure Resource Manager templates. |
BranchRef |
The artifact source's branch reference. |
CreatedOn |
The artifact source's creation date. |
DisplayName |
The artifact source's display name. |
FolderPath |
The folder containing artifacts. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioning status of the resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SecurityToken |
The security token to authenticate to the artifact source. |
SourceType |
The artifact source's type. |
Status |
Indicates if the artifact source is enabled (values: Enabled, Disabled). |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UniqueIdentifier |
The unique immutable identifier of a resource (Guid). |
Uri |
The artifact source's URI. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET