你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SiteMachineKey Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.SiteMachineKey

public class SiteMachineKey

MachineKey of an app.

Method Summary

Modifier and Type Method and Description
String decryption()

Get the decryption value.

String decryptionKey()

Get the decryptionKey value.

String validation()

Get the validation value.

String validationKey()

Get the validationKey value.

SiteMachineKey withDecryption(String decryption)

Set the decryption value.

SiteMachineKey withDecryptionKey(String decryptionKey)

Set the decryptionKey value.

SiteMachineKey withValidation(String validation)

Set the validation value.

SiteMachineKey withValidationKey(String validationKey)

Set the validationKey value.

Method Details

decryption

public String decryption()

Get the decryption value.

Returns:

the decryption value

decryptionKey

public String decryptionKey()

Get the decryptionKey value.

Returns:

the decryptionKey value

validation

public String validation()

Get the validation value.

Returns:

the validation value

validationKey

public String validationKey()

Get the validationKey value.

Returns:

the validationKey value

withDecryption

public SiteMachineKey withDecryption(String decryption)

Set the decryption value.

Parameters:

decryption - the decryption value to set

Returns:

the SiteMachineKey object itself.

withDecryptionKey

public SiteMachineKey withDecryptionKey(String decryptionKey)

Set the decryptionKey value.

Parameters:

decryptionKey - the decryptionKey value to set

Returns:

the SiteMachineKey object itself.

withValidation

public SiteMachineKey withValidation(String validation)

Set the validation value.

Parameters:

validation - the validation value to set

Returns:

the SiteMachineKey object itself.

withValidationKey

public SiteMachineKey withValidationKey(String validationKey)

Set the validationKey value.

Parameters:

validationKey - the validationKey value to set

Returns:

the SiteMachineKey object itself.

Applies to