Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateBeginCreateOptionalParams

Package version

interface

An interface representing CertificateBeginCreateOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • CertificateBeginCreateOptionalParams

Index

Properties

Properties

Optional ifMatch

ifMatch: undefined | string
member

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

Optional ifNoneMatch

ifNoneMatch: undefined | string
member

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

Generated using TypeDoc