< Back

Get-ProvAzureServiceMapMachine

Sun Jan 19, 2020 5:37 pm

NAME Get-ProvAzureServiceMapMachine



SYNOPSIS

Retrieves the list of Azure OMS Service Map Machines.





SYNTAX

Get-ProvAzureServiceMapMachine -AuthContext <object> -OMSContext <object> [-ApiVersion <string>] [-DisplayName

<string>] [-MachineName <string>] [<CommonParameters>]





DESCRIPTION

This commandlet retrieves all machines of a Service Map workspace.



The output can be limited by filtering either by DisplayName of MachineName (the Id).





PARAMETERS

-AuthContext <object>

The authorization context obtain with "Get-ProvAzureAuthContext".



Store the output of this command in a variable and use it as input value for this parameter"



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OMSContext <object>

"The OMS Workspace where the ResourceManager Solution resided, needs to be defined first."



Use the command Set-ProvAzueOMSWorkspace, store the output in a variable (i.e. $OmsWorkspace) and take this

variable as input for this parameter.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApiVersion <string>

The version of the API to use.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-MachineName <string>

"Service map Machines have Machine Names."



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-DisplayName <string>

"Service map Machines have Display Names. "



""



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

"Service map Machines have Machine Names."



System.String

"Service map Machines have Display Names. "



""





OUTPUTS

Provance.Azure.Common.Model.ServiceMapMachine







RELATED LINKS