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

99 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract"
name: "ProductGroupContract"
nameWithType: "ProductGroupContract"
summary: "Type representing Product<wbr>Group<wbr>Contract."
syntax: "public interface **ProductGroupContract**</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.GroupContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.GroupContractInner&text=GroupContractInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.Update&text=Update\" 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.ProductGroupContract.builtIn()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.builtIn()"
name: "builtIn()"
nameWithType: "ProductGroupContract.builtIn()"
modifiers:
- "abstract"
syntax: "public abstract Boolean builtIn()"
returns:
description: "the builtIn 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.ProductGroupContract.description()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.description()"
name: "description()"
nameWithType: "ProductGroupContract.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.ProductGroupContract.displayName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.displayName()"
name: "displayName()"
nameWithType: "ProductGroupContract.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.ProductGroupContract.externalId()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.externalId()"
name: "externalId()"
nameWithType: "ProductGroupContract.externalId()"
modifiers:
- "abstract"
syntax: "public abstract String externalId()"
returns:
description: "the externalId 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.ProductGroupContract.groupContractType()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.groupContractType()"
name: "groupContractType()"
nameWithType: "ProductGroupContract.groupContractType()"
modifiers:
- "abstract"
syntax: "public abstract GroupType groupContractType()"
returns:
description: "the groupContractType value."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GroupType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GroupType&text=GroupType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.id()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.id()"
name: "id()"
nameWithType: "ProductGroupContract.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.ProductGroupContract.name()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.name()"
name: "name()"
nameWithType: "ProductGroupContract.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.ProductGroupContract.type()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.type()"
name: "type()"
nameWithType: "ProductGroupContract.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 ProductGroupContract."
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.GroupContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.GroupContractInner&text=GroupContractInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.Update&text=Update\" 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