Get-SCLoadBalancerVIPTemplate

Applies To: System Center 2012 - Virtual Machine Manager

Get-SCLoadBalancerVIPTemplate

Gets a load balancer VIP template.

Syntax

Parameter Set: Global
Get-SCLoadBalancerVIPTemplate [-Manufacturer <String> ] [-Model <String> ] [-Name <String> ] [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Parameter Set: ByCloud
Get-SCLoadBalancerVIPTemplate -Cloud <Cloud> [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Parameter Set: ByID
Get-SCLoadBalancerVIPTemplate -ID <Guid> [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Detailed Description

The Get-SCLoadBalancerVIPTemplate gets one or more load balancer virtual IP (VIP) templates.

For more information about Get-SCLoadBalancerVIPTemplate, type: "Get-Help Get-SCLoadBalancerVIPTemplate -online".

Parameters

-Cloud<Cloud>

Specifies a private cloud object.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ID<Guid>

Specifies the numerical identifier (as a globally unique identifier, or GUID) for a specific object.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Manufacturer<String>

Specifies the name of the company that manufactured a physical device.

Valid characters include: letters (a-z), numbers (0-9), underscore (_), hyphen(-), dot(.), and single quote(').

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Model<String>

Specifies the model of a physical device.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of a VMM object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-VMMServer<ServerConnection>

Specifies a VMM server object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

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

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • LoadBalancerVIPTemplate

Examples

1: Retreive virtual IP (VIP) templates associated with a specific load balancer manufacturer and model.

This command gets all virtual IP templates associated with the manufaturer LB Manufacturer and the model LB01, and then displays information about these virtual IP templates to the user.

PS C:\> Get-SCLoadBalancerVIPTemplate -Manufacturer "LB Manufacturer" -Model "LB01"

New-SCLoadBalancerVIPTemplate

Remove-SCLoadBalancerVIPTemplate

Set-SCLoadBalancerVIPTemplate