229 строки
17 KiB
YAML
229 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems"
|
|
name: "InventoryItems"
|
|
nameWithType: "InventoryItems"
|
|
summary: "Resource collection API of Inventory<wbr>Items."
|
|
syntax: "public interface **InventoryItems**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "InventoryItems.define(String name)"
|
|
summary: "Begins definition for a new Inventory<wbr>Item resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract InventoryItem.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new InventoryItem resource."
|
|
returns:
|
|
description: "the first stage of the new InventoryItem definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItem.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItem.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
name: "delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
nameWithType: "InventoryItems.delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
summary: "Deletes an inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Resource Group Name."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the vCenter."
|
|
name: "vcenterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the inventoryItem."
|
|
name: "inventoryItemName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
desc: "Deletes an inventoryItem.\n\nImplements inventoryItem DELETE method."
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "InventoryItems.deleteById(String id)"
|
|
summary: "Deletes an inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Deletes an inventoryItem.\n\nImplements inventoryItem DELETE method."
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "InventoryItems.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes an inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<Void> deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Deletes an inventoryItem.\n\nImplements inventoryItem DELETE method."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
nameWithType: "InventoryItems.deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
summary: "Deletes an inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Resource Group Name."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the vCenter."
|
|
name: "vcenterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the inventoryItem."
|
|
name: "inventoryItemName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<Void> deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
desc: "Deletes an inventoryItem.\n\nImplements inventoryItem DELETE method."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
name: "get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
nameWithType: "InventoryItems.get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
summary: "Gets Inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Resource Group Name."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the vCenter."
|
|
name: "vcenterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the inventoryItem."
|
|
name: "inventoryItemName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract InventoryItem get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
|
desc: "Gets InventoryItem.\n\nImplements InventoryItem GET method."
|
|
returns:
|
|
description: "defines the inventory item."
|
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "InventoryItems.getById(String id)"
|
|
summary: "Gets Inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract InventoryItem getById(String id)"
|
|
desc: "Gets InventoryItem.\n\nImplements InventoryItem GET method."
|
|
returns:
|
|
description: "defines the inventory item along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "InventoryItems.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets Inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<InventoryItem> getByIdWithResponse(String id, Context context)"
|
|
desc: "Gets InventoryItem.\n\nImplements InventoryItem GET method."
|
|
returns:
|
|
description: "defines the inventory item along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
nameWithType: "InventoryItems.getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
summary: "Gets Inventory<wbr>Item."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Resource Group Name."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the vCenter."
|
|
name: "vcenterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the inventoryItem."
|
|
name: "inventoryItemName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<InventoryItem> getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
|
desc: "Gets InventoryItem.\n\nImplements InventoryItem GET method."
|
|
returns:
|
|
description: "defines the inventory item along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.listByVCenter(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.listByVCenter(String resourceGroupName, String vcenterName)"
|
|
name: "listByVCenter(String resourceGroupName, String vcenterName)"
|
|
nameWithType: "InventoryItems.listByVCenter(String resourceGroupName, String vcenterName)"
|
|
summary: "Implements GET inventory<wbr>Items in a v<wbr>Center."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Resource Group Name."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the vCenter."
|
|
name: "vcenterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<InventoryItem> listByVCenter(String resourceGroupName, String vcenterName)"
|
|
desc: "Implements GET inventoryItems in a vCenter.\n\nReturns the list of inventoryItems of the given vCenter."
|
|
returns:
|
|
description: "list of InventoryItems as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.listByVCenter(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.InventoryItems.listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
|
name: "listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
|
nameWithType: "InventoryItems.listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
|
summary: "Implements GET inventory<wbr>Items in a v<wbr>Center."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Resource Group Name."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the vCenter."
|
|
name: "vcenterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 PagedIterable<InventoryItem> listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
|
desc: "Implements GET inventoryItems in a vCenter.\n\nReturns the list of inventoryItems of the given vCenter."
|
|
returns:
|
|
description: "list of InventoryItems as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItem&text=InventoryItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of InventoryItems."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|