126 строки
6.8 KiB
YAML
126 строки
6.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.scvmm.models.InventoryItem"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem"
|
|
name: "InventoryItem"
|
|
nameWithType: "InventoryItem"
|
|
summary: "An immutable client-side representation of Inventory<wbr>Item."
|
|
syntax: "public interface **InventoryItem**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.scvmm.models.InventoryItem.id()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.id()"
|
|
name: "id()"
|
|
nameWithType: "InventoryItem.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.scvmm.models.InventoryItem.innerModel()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "InventoryItem.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>scvmm.<wbr>fluent.<wbr>models.<wbr>Inventory<wbr>Item<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract InventoryItemInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.scvmm.fluent.models.InventoryItemInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.scvmm.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.InventoryItem.kind()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.kind()"
|
|
name: "kind()"
|
|
nameWithType: "InventoryItem.kind()"
|
|
summary: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String kind()"
|
|
desc: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
|
returns:
|
|
description: "the kind value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.InventoryItem.name()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.name()"
|
|
name: "name()"
|
|
nameWithType: "InventoryItem.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.scvmm.models.InventoryItem.properties()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.properties()"
|
|
name: "properties()"
|
|
nameWithType: "InventoryItem.properties()"
|
|
summary: "Gets the properties property: The resource-specific properties for this resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract InventoryItemProperties properties()"
|
|
desc: "Gets the properties property: The resource-specific properties for this resource."
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.InventoryItem.refresh()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "InventoryItem.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract InventoryItem refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItem?alt=com.azure.resourcemanager.scvmm.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.InventoryItem.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "InventoryItem.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 InventoryItem refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItem?alt=com.azure.resourcemanager.scvmm.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.InventoryItem.systemData()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "InventoryItem.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.scvmm.models.InventoryItem.type()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.InventoryItem.type()"
|
|
name: "type()"
|
|
nameWithType: "InventoryItem.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>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of InventoryItem."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.scvmm.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-scvmm:1.0.0
|