IHostNameBindingProperties.AzureResourceType Property
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.
Azure resource type.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Azure resource type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType) }, ReadOnly=false, Required=false, SerializedName="azureResourceType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType? AzureResourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Azure resource type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType) }, ReadOnly=false, Required=false, SerializedName="azureResourceType")>]
member this.AzureResourceType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType> with get, set
Public Property AzureResourceType As Nullable(Of AzureResourceType)
Property Value
- Attributes