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