IHostName.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.
Type of the Azure resource the hostname is assigned to.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Type of the Azure resource the hostname is assigned to.", 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="Type of the Azure resource the hostname is assigned to.", 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