IPreferences.ReverseTransportPreferenceIsUpdated 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.
Read only property which indicates whether transport preferences has been updated or not after device is prepared.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Read only property which indicates whether transport preferences has been updated or not after device is prepared.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isUpdated")]
public bool? ReverseTransportPreferenceIsUpdated { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Read only property which indicates whether transport preferences has been updated or not after device is prepared.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isUpdated")>]
member this.ReverseTransportPreferenceIsUpdated : Nullable<bool>
Public ReadOnly Property ReverseTransportPreferenceIsUpdated As Nullable(Of Boolean)
Property Value
- Attributes