Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoolCreateOptionalParams

Package version

interface

An interface representing PoolCreateOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • PoolCreateOptionalParams

Index

Properties

Properties

Optional ifMatch

ifMatch: undefined | string
member

{string} [ifMatch] The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied.

Optional ifNoneMatch

ifNoneMatch: undefined | string
member

{string} [ifNoneMatch] Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values will be ignored.

Generated using TypeDoc