IConnector.UniqueId 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.
System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="uniqueId", Update=false)]
public string UniqueId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="uniqueId", Update=false)>]
member this.UniqueId : string
Public ReadOnly Property UniqueId As String
Property Value
- Attributes