Add-MgmtSvcSqlResourcePoolTemplate

Add-MgmtSvcSqlResourcePoolTemplate

Adds a SQL resource pool template.

Syntax

Parameter Set: ByObject
Add-MgmtSvcSqlResourcePoolTemplate [-AdminUri] <Uri> [-Token] <String> [-ResourcePoolTemplate] <SqlResourcePoolTemplate> [-DisableCertificateValidation] [ <CommonParameters>]

Parameter Set: ByProperties
Add-MgmtSvcSqlResourcePoolTemplate [-AdminUri] <Uri> [-Token] <String> [-DisableCertificateValidation] [ <CommonParameters>]

Detailed Description

The Add-MgmtSvcsSqlResourcePoolTemplate cmdlet adds a resource pool template.

Parameters

-AdminUri<Uri>

Specifies the URI of the Windows Azure Pack administrator API. Use the following format: https://< computer>:<port>, where <computer> is the computer on which the administrator API is installed.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-DisableCertificateValidation

Disables certificate validation for the Windows Azure Pack installation. If you specify this parameter, you can use self-signed certificates.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ResourcePoolTemplate<SqlResourcePoolTemplate>

Specifies the resource pool template to add to Windows Azure Pack.

Aliases

none

Required?

true

Position?

4

Default Value

none

Accept Pipeline Input?

true(ByValue)

Accept Wildcard Characters?

false

-Token<String>

Specifies an identity token. To create a token, use the Get-MgmtSvcToken cmdlet.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

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

  • SqlResourcePoolTemplate

    You can pipe a SqlResourcePoolTemplate object to this cmdlet.

Outputs

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

  • SqlResourcePoolTemplate

    This cmdlet emits a SqlResourcePoolTemplate object.

Get-MgmtSvcSqlResourcePoolTemplate

New-MgmtSvcSqlResourcePoolTemplate

Remove-MgmtSvcSqlResourcePoolTemplate

Set-MgmtSvcSqlResourcePoolTemplate