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

117 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract"
name: "ApiProductContract"
nameWithType: "ApiProductContract"
summary: "Type representing Api<wbr>Product<wbr>Contract."
syntax: "public interface **ApiProductContract**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductContractInner&text=ProductContractInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.approvalRequired()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.approvalRequired()"
name: "approvalRequired()"
nameWithType: "ApiProductContract.approvalRequired()"
modifiers:
- "abstract"
syntax: "public abstract Boolean approvalRequired()"
returns:
description: "the approvalRequired 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.ApiProductContract.description()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.description()"
name: "description()"
nameWithType: "ApiProductContract.description()"
modifiers:
- "abstract"
syntax: "public abstract String description()"
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.ApiProductContract.displayName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.displayName()"
name: "displayName()"
nameWithType: "ApiProductContract.displayName()"
modifiers:
- "abstract"
syntax: "public abstract String displayName()"
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.ApiProductContract.id()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.id()"
name: "id()"
nameWithType: "ApiProductContract.id()"
modifiers:
- "abstract"
syntax: "public abstract String id()"
returns:
description: "the id 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.ApiProductContract.name()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.name()"
name: "name()"
nameWithType: "ApiProductContract.name()"
modifiers:
- "abstract"
syntax: "public abstract String 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.ApiProductContract.state()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.state()"
name: "state()"
nameWithType: "ApiProductContract.state()"
modifiers:
- "abstract"
syntax: "public abstract ProductState state()"
returns:
description: "the state value."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ProductState?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductState&text=ProductState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.subscriptionRequired()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.subscriptionRequired()"
name: "subscriptionRequired()"
nameWithType: "ApiProductContract.subscriptionRequired()"
modifiers:
- "abstract"
syntax: "public abstract Boolean subscriptionRequired()"
returns:
description: "the subscriptionRequired 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.ApiProductContract.subscriptionsLimit()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.subscriptionsLimit()"
name: "subscriptionsLimit()"
nameWithType: "ApiProductContract.subscriptionsLimit()"
modifiers:
- "abstract"
syntax: "public abstract Integer subscriptionsLimit()"
returns:
description: "the subscriptionsLimit 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.ApiProductContract.terms()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.terms()"
name: "terms()"
nameWithType: "ApiProductContract.terms()"
modifiers:
- "abstract"
syntax: "public abstract String terms()"
returns:
description: "the terms 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.ApiProductContract.type()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiProductContract.type()"
name: "type()"
nameWithType: "ApiProductContract.type()"
modifiers:
- "abstract"
syntax: "public abstract String type()"
returns:
description: "the type value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing ApiProductContract."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductContractInner&text=ProductContractInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />&gt;"
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