ImportExportCmdletBase.SqlServerResourceIdForPrivateLink 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.
Gets or sets the resource id for sql server private link
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceIdCompleter("Microsoft.sql/servers")]
[System.Management.Automation.Parameter(HelpMessage="The sql server resource id to create private link", Mandatory=false)]
public string SqlServerResourceIdForPrivateLink { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceIdCompleter("Microsoft.sql/servers")>]
[<System.Management.Automation.Parameter(HelpMessage="The sql server resource id to create private link", Mandatory=false)>]
member this.SqlServerResourceIdForPrivateLink : string with get, set
Public Property SqlServerResourceIdForPrivateLink As String
Property Value
- Attributes