Share via


Certificate.DefinitionStages.WithIfMatch Interface

public static interface Certificate.DefinitionStages.WithIfMatch

The stage of the Certificate definition allowing to specify ifMatch.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIfMatch(String ifMatch)

Specifies the ifMatch property: The entity state (ETag) version of the certificate to update.

Method Details

withIfMatch

public abstract Certificate.DefinitionStages.WithCreate withIfMatch(String ifMatch)

Specifies the ifMatch property: 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..

Parameters:

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.

Returns:

the next definition stage.

Applies to