azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters"
name: "PropertyEntityBaseParameters"
nameWithType: "PropertyEntityBaseParameters"
summary: "Property Entity Base Parameters set."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **PropertyEntityBaseParameters**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.PropertyEntityBaseParameters()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.PropertyEntityBaseParameters()"
name: "PropertyEntityBaseParameters()"
nameWithType: "PropertyEntityBaseParameters.PropertyEntityBaseParameters()"
syntax: "public PropertyEntityBaseParameters()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.secret()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.secret()"
name: "secret()"
nameWithType: "PropertyEntityBaseParameters.secret()"
summary: "Get determines whether the value is a secret and should be encrypted or not."
syntax: "public Boolean secret()"
desc: "Get determines whether the value is a secret and should be encrypted or not. Default value is false."
returns:
description: "the secret value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.tags()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.tags()"
name: "tags()"
nameWithType: "PropertyEntityBaseParameters.tags()"
summary: "Get optional tags that when provided can be used to filter the property list."
syntax: "public List<String> tags()"
desc: "Get optional tags that when provided can be used to filter the property list."
returns:
description: "the tags value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.withSecret(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.withSecret(Boolean secret)"
name: "withSecret(Boolean secret)"
nameWithType: "PropertyEntityBaseParameters.withSecret(Boolean secret)"
summary: "Set determines whether the value is a secret and should be encrypted or not."
parameters:
- description: "the secret value to set"
name: "secret"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PropertyEntityBaseParameters withSecret(Boolean secret)"
desc: "Set determines whether the value is a secret and should be encrypted or not. Default value is false."
returns:
description: "the PropertyEntityBaseParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters&text=PropertyEntityBaseParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.withTags(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters.withTags(List<String> tags)"
name: "withTags(List<String> tags)"
nameWithType: "PropertyEntityBaseParameters.withTags(List<String> tags)"
summary: "Set optional tags that when provided can be used to filter the property list."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PropertyEntityBaseParameters withTags(List<String> tags)"
desc: "Set optional tags that when provided can be used to filter the property list."
returns:
description: "the PropertyEntityBaseParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PropertyEntityBaseParameters&text=PropertyEntityBaseParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Property Entity Base Parameters set."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1