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

228 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract"
name: "OperationUpdateContract"
nameWithType: "OperationUpdateContract"
summary: "Api Operation Update Contract details."
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 **OperationUpdateContract**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.OperationUpdateContract()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.OperationUpdateContract()"
name: "OperationUpdateContract()"
nameWithType: "OperationUpdateContract.OperationUpdateContract()"
syntax: "public OperationUpdateContract()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.description()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.description()"
name: "description()"
nameWithType: "OperationUpdateContract.description()"
summary: "Get description of the operation."
syntax: "public String description()"
desc: "Get description of the operation. May include HTML formatting tags."
returns:
description: "the description 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.OperationUpdateContract.displayName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.displayName()"
name: "displayName()"
nameWithType: "OperationUpdateContract.displayName()"
summary: "Get operation Name."
syntax: "public String displayName()"
desc: "Get operation Name."
returns:
description: "the displayName 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.OperationUpdateContract.method()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.method()"
name: "method()"
nameWithType: "OperationUpdateContract.method()"
summary: "Get a Valid HTTP Operation Method."
syntax: "public String method()"
desc: "Get a Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them."
returns:
description: "the method 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.OperationUpdateContract.policies()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.policies()"
name: "policies()"
nameWithType: "OperationUpdateContract.policies()"
summary: "Get operation Policies."
syntax: "public String policies()"
desc: "Get operation Policies."
returns:
description: "the policies 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.OperationUpdateContract.request()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.request()"
name: "request()"
nameWithType: "OperationUpdateContract.request()"
summary: "Get an entity containing request details."
syntax: "public RequestContract request()"
desc: "Get an entity containing request details."
returns:
description: "the request value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract&text=RequestContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.responses()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.responses()"
name: "responses()"
nameWithType: "OperationUpdateContract.responses()"
summary: "Get array of Operation responses."
syntax: "public List<ResponseContract> responses()"
desc: "Get array of Operation responses."
returns:
description: "the responses value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.templateParameters()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.templateParameters()"
name: "templateParameters()"
nameWithType: "OperationUpdateContract.templateParameters()"
summary: "Get collection of URL template parameters."
syntax: "public List<ParameterContract> templateParameters()"
desc: "Get collection of URL template parameters."
returns:
description: "the templateParameters value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract&text=ParameterContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.urlTemplate()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.urlTemplate()"
name: "urlTemplate()"
nameWithType: "OperationUpdateContract.urlTemplate()"
summary: "Get relative URL template identifying the target resource for this operation."
syntax: "public String urlTemplate()"
desc: "Get relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/\\{cid\\}/orders/\\{oid\\}/?date=\\{date\\}."
returns:
description: "the urlTemplate 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.OperationUpdateContract.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "OperationUpdateContract.withDescription(String description)"
summary: "Set description of the operation."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationUpdateContract withDescription(String description)"
desc: "Set description of the operation. May include HTML formatting tags."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "OperationUpdateContract.withDisplayName(String displayName)"
summary: "Set operation Name."
parameters:
- description: "the displayName value to set"
name: "displayName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationUpdateContract withDisplayName(String displayName)"
desc: "Set operation Name."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withMethod(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withMethod(String method)"
name: "withMethod(String method)"
nameWithType: "OperationUpdateContract.withMethod(String method)"
summary: "Set a Valid HTTP Operation Method."
parameters:
- description: "the method value to set"
name: "method"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationUpdateContract withMethod(String method)"
desc: "Set a Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withPolicies(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withPolicies(String policies)"
name: "withPolicies(String policies)"
nameWithType: "OperationUpdateContract.withPolicies(String policies)"
summary: "Set operation Policies."
parameters:
- description: "the policies value to set"
name: "policies"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationUpdateContract withPolicies(String policies)"
desc: "Set operation Policies."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withRequest(com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withRequest(RequestContract request)"
name: "withRequest(RequestContract request)"
nameWithType: "OperationUpdateContract.withRequest(RequestContract request)"
summary: "Set an entity containing request details."
parameters:
- description: "the request value to set"
name: "request"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract&text=RequestContract\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationUpdateContract withRequest(RequestContract request)"
desc: "Set an entity containing request details."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withResponses(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withResponses(List<ResponseContract> responses)"
name: "withResponses(List<ResponseContract> responses)"
nameWithType: "OperationUpdateContract.withResponses(List<ResponseContract> responses)"
summary: "Set array of Operation responses."
parameters:
- description: "the responses value to set"
name: "responses"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public OperationUpdateContract withResponses(List<ResponseContract> responses)"
desc: "Set array of Operation responses."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withTemplateParameters(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withTemplateParameters(List<ParameterContract> templateParameters)"
name: "withTemplateParameters(List<ParameterContract> templateParameters)"
nameWithType: "OperationUpdateContract.withTemplateParameters(List<ParameterContract> templateParameters)"
summary: "Set collection of URL template parameters."
parameters:
- description: "the templateParameters value to set"
name: "templateParameters"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract&text=ParameterContract\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public OperationUpdateContract withTemplateParameters(List<ParameterContract> templateParameters)"
desc: "Set collection of URL template parameters."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withUrlTemplate(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract.withUrlTemplate(String urlTemplate)"
name: "withUrlTemplate(String urlTemplate)"
nameWithType: "OperationUpdateContract.withUrlTemplate(String urlTemplate)"
summary: "Set relative URL template identifying the target resource for this operation."
parameters:
- description: "the urlTemplate value to set"
name: "urlTemplate"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationUpdateContract withUrlTemplate(String urlTemplate)"
desc: "Set relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/\\{cid\\}/orders/\\{oid\\}/?date=\\{date\\}."
returns:
description: "the OperationUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationUpdateContract&text=OperationUpdateContract\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Api Operation Update Contract details."
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