IShareCredentialDetails.SupportedAccessProtocol 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.
Access protocols supported on the device.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Access protocols supported on the device.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.AccessProtocol) }, ReadOnly=true, Required=false, SerializedName="supportedAccessProtocols")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.AccessProtocol[] SupportedAccessProtocol { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Access protocols supported on the device.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.AccessProtocol) }, ReadOnly=true, Required=false, SerializedName="supportedAccessProtocols")>]
member this.SupportedAccessProtocol : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.AccessProtocol[]
Public ReadOnly Property SupportedAccessProtocol As AccessProtocol()
Property Value
- Attributes