76 строки
4.7 KiB
YAML
76 строки
4.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract"
|
|
name: "PolicySnippetContract"
|
|
nameWithType: "PolicySnippetContract"
|
|
summary: "Policy snippet."
|
|
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 **PolicySnippetContract**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.PolicySnippetContract()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.PolicySnippetContract()"
|
|
name: "PolicySnippetContract()"
|
|
nameWithType: "PolicySnippetContract.PolicySnippetContract()"
|
|
syntax: "public PolicySnippetContract()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.content()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.content()"
|
|
name: "content()"
|
|
nameWithType: "PolicySnippetContract.content()"
|
|
summary: "Get snippet content."
|
|
syntax: "public String content()"
|
|
desc: "Get snippet content."
|
|
returns:
|
|
description: "the content value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.name()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.name()"
|
|
name: "name()"
|
|
nameWithType: "PolicySnippetContract.name()"
|
|
summary: "Get snippet name."
|
|
syntax: "public String name()"
|
|
desc: "Get snippet name."
|
|
returns:
|
|
description: "the name value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.scope()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.scope()"
|
|
name: "scope()"
|
|
nameWithType: "PolicySnippetContract.scope()"
|
|
summary: "Get binary OR value of the Snippet scope."
|
|
syntax: "public Integer scope()"
|
|
desc: "Get binary OR value of the Snippet scope."
|
|
returns:
|
|
description: "the scope value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.toolTip()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PolicySnippetContract.toolTip()"
|
|
name: "toolTip()"
|
|
nameWithType: "PolicySnippetContract.toolTip()"
|
|
summary: "Get snippet tool<wbr>Tip."
|
|
syntax: "public String toolTip()"
|
|
desc: "Get snippet toolTip."
|
|
returns:
|
|
description: "the toolTip value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Policy snippet."
|
|
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
|