Share via


ArtifactSourceData.Authentication Property

Definition

The authentication method to use to access the artifact source. Please note Authentication is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SasAuthentication.

public Azure.ResourceManager.DeploymentManager.Models.Authentication Authentication { get; set; }
member this.Authentication : Azure.ResourceManager.DeploymentManager.Models.Authentication with get, set
Public Property Authentication As Authentication

Property Value

Applies to