Skip to content

Get‑AzDevOpsServicesApiUri

github-actions[bot] edited this page Aug 18, 2026 · 1 revision

SYNOPSIS

Returns a URI for the 'Azure DevOps Services' API for the provided 'OrganizationName'.

SYNTAX

Get-AzDevOpsServicesApiUri [-OrganizationName] <String> 
 [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-AzDevOpsServicesApiUri -OrganizationName 'YourOrganizationName'

Returns the 'Azure DevOps Services', API URI associated with the 'OrganizationName' provided.

PARAMETERS

-OrganizationName

The 'OrganizationName' to obtain the 'Azure DevOps Services', API URI for.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.String

NOTES

RELATED LINKS

Commands

Resources

Clone this wiki locally