132 строки
10 KiB
YAML
132 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract"
|
|
name: "ApiRevisionInfoContract"
|
|
nameWithType: "ApiRevisionInfoContract"
|
|
summary: "Object used to create an API Revision or Version based on an existing API Revision."
|
|
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 **ApiRevisionInfoContract**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.ApiRevisionInfoContract()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.ApiRevisionInfoContract()"
|
|
name: "ApiRevisionInfoContract()"
|
|
nameWithType: "ApiRevisionInfoContract.ApiRevisionInfoContract()"
|
|
syntax: "public ApiRevisionInfoContract()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.apiRevisionDescription()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.apiRevisionDescription()"
|
|
name: "apiRevisionDescription()"
|
|
nameWithType: "ApiRevisionInfoContract.apiRevisionDescription()"
|
|
summary: "Get description of new API Revision."
|
|
syntax: "public String apiRevisionDescription()"
|
|
desc: "Get description of new API Revision."
|
|
returns:
|
|
description: "the apiRevisionDescription 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.ApiRevisionInfoContract.apiVersionName()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.apiVersionName()"
|
|
name: "apiVersionName()"
|
|
nameWithType: "ApiRevisionInfoContract.apiVersionName()"
|
|
summary: "Get version identifier for the new API Version."
|
|
syntax: "public String apiVersionName()"
|
|
desc: "Get version identifier for the new API Version."
|
|
returns:
|
|
description: "the apiVersionName 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.ApiRevisionInfoContract.apiVersionSet()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.apiVersionSet()"
|
|
name: "apiVersionSet()"
|
|
nameWithType: "ApiRevisionInfoContract.apiVersionSet()"
|
|
summary: "Get version set details."
|
|
syntax: "public ApiVersionSetContractDetails apiVersionSet()"
|
|
desc: "Get version set details."
|
|
returns:
|
|
description: "the apiVersionSet value"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails&text=ApiVersionSetContractDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.sourceApiId()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.sourceApiId()"
|
|
name: "sourceApiId()"
|
|
nameWithType: "ApiRevisionInfoContract.sourceApiId()"
|
|
summary: "Get resource identifier of API to be used to create the revision from."
|
|
syntax: "public String sourceApiId()"
|
|
desc: "Get resource identifier of API to be used to create the revision from."
|
|
returns:
|
|
description: "the sourceApiId 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.ApiRevisionInfoContract.withApiRevisionDescription(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.withApiRevisionDescription(String apiRevisionDescription)"
|
|
name: "withApiRevisionDescription(String apiRevisionDescription)"
|
|
nameWithType: "ApiRevisionInfoContract.withApiRevisionDescription(String apiRevisionDescription)"
|
|
summary: "Set description of new API Revision."
|
|
parameters:
|
|
- description: "the apiRevisionDescription value to set"
|
|
name: "apiRevisionDescription"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApiRevisionInfoContract withApiRevisionDescription(String apiRevisionDescription)"
|
|
desc: "Set description of new API Revision."
|
|
returns:
|
|
description: "the ApiRevisionInfoContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract&text=ApiRevisionInfoContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.withApiVersionName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.withApiVersionName(String apiVersionName)"
|
|
name: "withApiVersionName(String apiVersionName)"
|
|
nameWithType: "ApiRevisionInfoContract.withApiVersionName(String apiVersionName)"
|
|
summary: "Set version identifier for the new API Version."
|
|
parameters:
|
|
- description: "the apiVersionName value to set"
|
|
name: "apiVersionName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApiRevisionInfoContract withApiVersionName(String apiVersionName)"
|
|
desc: "Set version identifier for the new API Version."
|
|
returns:
|
|
description: "the ApiRevisionInfoContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract&text=ApiRevisionInfoContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.withApiVersionSet(com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
|
|
name: "withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
|
|
nameWithType: "ApiRevisionInfoContract.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
|
|
summary: "Set version set details."
|
|
parameters:
|
|
- description: "the apiVersionSet value to set"
|
|
name: "apiVersionSet"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContractDetails&text=ApiVersionSetContractDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApiRevisionInfoContract withApiVersionSet(ApiVersionSetContractDetails apiVersionSet)"
|
|
desc: "Set version set details."
|
|
returns:
|
|
description: "the ApiRevisionInfoContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract&text=ApiRevisionInfoContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.withSourceApiId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract.withSourceApiId(String sourceApiId)"
|
|
name: "withSourceApiId(String sourceApiId)"
|
|
nameWithType: "ApiRevisionInfoContract.withSourceApiId(String sourceApiId)"
|
|
summary: "Set resource identifier of API to be used to create the revision from."
|
|
parameters:
|
|
- description: "the sourceApiId value to set"
|
|
name: "sourceApiId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApiRevisionInfoContract withSourceApiId(String sourceApiId)"
|
|
desc: "Set resource identifier of API to be used to create the revision from."
|
|
returns:
|
|
description: "the ApiRevisionInfoContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiRevisionInfoContract&text=ApiRevisionInfoContract\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Object used to create an API Revision or Version based on an existing API Revision."
|
|
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
|