IDeletedSite.DeletedSiteId 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.
Numeric id for the deleted site
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Numeric id for the deleted site", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="deletedSiteId")]
public int? DeletedSiteId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Numeric id for the deleted site", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="deletedSiteId")>]
member this.DeletedSiteId : Nullable<int>
Public ReadOnly Property DeletedSiteId As Nullable(Of Integer)
Property Value
- Attributes