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

PropertyEntityBaseParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters

public class PropertyEntityBaseParameters

Property Entity Base Parameters set.

Constructor Summary

Constructor Description
PropertyEntityBaseParameters()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean secret()

Get determines whether the value is a secret and should be encrypted or not.

java.util.List<java.lang.String> tags()

Get optional tags that when provided can be used to filter the property list.

PropertyEntityBaseParameters withSecret(Boolean secret)

Set determines whether the value is a secret and should be encrypted or not.

PropertyEntityBaseParameters withTags(List<String> tags)

Set optional tags that when provided can be used to filter the property list.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PropertyEntityBaseParameters

public PropertyEntityBaseParameters()

Method Details

secret

public Boolean secret()

Get determines whether the value is a secret and should be encrypted or not. Default value is false.

Returns:

the secret value

tags

public List<String> tags()

Get optional tags that when provided can be used to filter the property list.

Returns:

the tags value

withSecret

public PropertyEntityBaseParameters withSecret(Boolean secret)

Set determines whether the value is a secret and should be encrypted or not. Default value is false.

Parameters:

secret - the secret value to set

Returns:

the PropertyEntityBaseParameters object itself.

withTags

public PropertyEntityBaseParameters withTags(List<String> tags)

Set optional tags that when provided can be used to filter the property list.

Parameters:

tags - the tags value to set

Returns:

the PropertyEntityBaseParameters object itself.

Applies to