ImportAzureApiManagementApi.Path 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.Management.Automation.Parameter(HelpMessage="Web API Path. Last part of the API's public URL. This URL will be used by API consumers for sending requests to the web service. Must be 1 to 400 characters long. This parameter is optional. Default value is $null.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public string Path { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Web API Path. Last part of the API's public URL. This URL will be used by API consumers for sending requests to the web service. Must be 1 to 400 characters long. This parameter is optional. Default value is $null.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.Path : string with get, set
Public Property Path As String
Property Value
- Attributes