IResponseMetaData.DataSourceUri Property

Definition

Datasource Uri Links

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Datasource Uri Links", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataSourceUri", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair> DataSourceUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Datasource Uri Links", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataSourceUri", Update=true)>]
member this.DataSourceUri : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair> with get, set
Public Property DataSourceUri As List(Of INameValuePair)

Property Value

Attributes

Applies to