INamespaceDiscoveredAsset.ExternalAssetId 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.
Asset ID provided by the customer.
[Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Runtime.Info(Create=true, Description="Asset ID provided by the customer.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalAssetId", Update=false)]
public string ExternalAssetId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Runtime.Info(Create=true, Description="Asset ID provided by the customer.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalAssetId", Update=false)>]
member this.ExternalAssetId : string with get, set
Public Property ExternalAssetId As String
Property Value
- Attributes