AzureResourceInfo.ResourceProperties Property

Definition

The azure resource connection related properties. Please note AzureResourceBaseProperties 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 AzureKeyVaultProperties.

public Azure.ResourceManager.ServiceLinker.Models.AzureResourceBaseProperties ResourceProperties { get; set; }
member this.ResourceProperties : Azure.ResourceManager.ServiceLinker.Models.AzureResourceBaseProperties with get, set
Public Property ResourceProperties As AzureResourceBaseProperties

Property Value

Applies to