azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

195 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition"
name: "ApiDefinition"
nameWithType: "ApiDefinition"
summary: "An immutable client-side representation of Api<wbr>Definition."
syntax: "public interface **ApiDefinition**"
methods:
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.exportSpecification()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.exportSpecification()"
name: "exportSpecification()"
nameWithType: "ApiDefinition.exportSpecification()"
summary: "Exports the API specification."
modifiers:
- "abstract"
syntax: "public abstract ApiSpecExportResult exportSpecification()"
desc: "Exports the API specification."
returns:
description: "the API specification export result."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecExportResult?alt=com.azure.resourcemanager.apicenter.models.ApiSpecExportResult&text=ApiSpecExportResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.exportSpecification(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.exportSpecification(Context context)"
name: "exportSpecification(Context context)"
nameWithType: "ApiDefinition.exportSpecification(Context context)"
summary: "Exports the API specification."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApiSpecExportResult exportSpecification(Context context)"
desc: "Exports the API specification."
returns:
description: "the API specification export result."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecExportResult?alt=com.azure.resourcemanager.apicenter.models.ApiSpecExportResult&text=ApiSpecExportResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.id()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.id()"
name: "id()"
nameWithType: "ApiDefinition.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.importSpecification(com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest)"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.importSpecification(ApiSpecImportRequest body)"
name: "importSpecification(ApiSpecImportRequest body)"
nameWithType: "ApiDefinition.importSpecification(ApiSpecImportRequest body)"
summary: "Imports the API specification."
modifiers:
- "abstract"
parameters:
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest&text=ApiSpecImportRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void importSpecification(ApiSpecImportRequest body)"
desc: "Imports the API specification."
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.importSpecification(com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.importSpecification(ApiSpecImportRequest body, Context context)"
name: "importSpecification(ApiSpecImportRequest body, Context context)"
nameWithType: "ApiDefinition.importSpecification(ApiSpecImportRequest body, Context context)"
summary: "Imports the API specification."
modifiers:
- "abstract"
parameters:
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest&text=ApiSpecImportRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void importSpecification(ApiSpecImportRequest body, Context context)"
desc: "Imports the API specification."
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.innerModel()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.innerModel()"
name: "innerModel()"
nameWithType: "ApiDefinition.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>apicenter.<wbr>fluent.<wbr>models.<wbr>Api<wbr>Definition<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ApiDefinitionInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.apicenter.fluent.models.ApiDefinitionInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.apicenter.fluent.models.ApiDefinitionInner?alt=com.azure.resourcemanager.apicenter.fluent.models.ApiDefinitionInner&text=ApiDefinitionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.name()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.name()"
name: "name()"
nameWithType: "ApiDefinition.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.properties()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.properties()"
name: "properties()"
nameWithType: "ApiDefinition.properties()"
summary: "Gets the properties property: The resource-specific properties for this resource."
modifiers:
- "abstract"
syntax: "public abstract ApiDefinitionProperties properties()"
desc: "Gets the properties property: The resource-specific properties for this resource."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiDefinitionProperties?alt=com.azure.resourcemanager.apicenter.models.ApiDefinitionProperties&text=ApiDefinitionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.refresh()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.refresh()"
name: "refresh()"
nameWithType: "ApiDefinition.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract ApiDefinition refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiDefinition?alt=com.azure.resourcemanager.apicenter.models.ApiDefinition&text=ApiDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "ApiDefinition.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApiDefinition refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiDefinition?alt=com.azure.resourcemanager.apicenter.models.ApiDefinition&text=ApiDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.resourceGroupName()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "ApiDefinition.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.systemData()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.systemData()"
name: "systemData()"
nameWithType: "ApiDefinition.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.type()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.type()"
name: "type()"
nameWithType: "ApiDefinition.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.ApiDefinition.update()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiDefinition.update()"
name: "update()"
nameWithType: "ApiDefinition.update()"
summary: "Begins update for the Api<wbr>Definition resource."
modifiers:
- "abstract"
syntax: "public abstract ApiDefinition.Update update()"
desc: "Begins update for the ApiDefinition resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiDefinition.Update?alt=com.azure.resourcemanager.apicenter.models.ApiDefinition.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of ApiDefinition."
metadata: {}
package: "com.azure.resourcemanager.apicenter.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0