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

144 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem"
name: "CloudInventoryItem"
nameWithType: "CloudInventoryItem"
summary: "The Cloud inventory item."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.inventoryItemName()?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.inventoryItemName&text=inventoryItemName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.inventoryType()?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.inventoryType&text=inventoryType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.managedResourceId()?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.managedResourceId&text=managedResourceId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.provisioningState()?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.provisioningState&text=provisioningState\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.uuid()?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.uuid&text=uuid\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties.validate()?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CloudInventoryItem**</br> extends <xref href=\"com.azure.resourcemanager.scvmm.models.InventoryItemProperties?alt=com.azure.resourcemanager.scvmm.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.CloudInventoryItem()"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.CloudInventoryItem()"
name: "CloudInventoryItem()"
nameWithType: "CloudInventoryItem.CloudInventoryItem()"
summary: "Creates an instance of Cloud<wbr>Inventory<wbr>Item class."
syntax: "public CloudInventoryItem()"
desc: "Creates an instance of CloudInventoryItem class."
methods:
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CloudInventoryItem.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Cloud<wbr>Inventory<wbr>Item from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CloudInventoryItem fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the CloudInventoryItem."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CloudInventoryItem from the JsonReader."
returns:
description: "An instance of CloudInventoryItem if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.CloudInventoryItem?alt=com.azure.resourcemanager.scvmm.models.CloudInventoryItem&text=CloudInventoryItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.inventoryItemName()"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.inventoryItemName()"
name: "inventoryItemName()"
nameWithType: "CloudInventoryItem.inventoryItemName()"
summary: "Get the inventory<wbr>Item<wbr>Name property: Gets the Managed Object name in Vmm for the inventory item."
overridden: "com.azure.resourcemanager.scvmm.models.InventoryItemProperties.inventoryItemName()"
syntax: "public String inventoryItemName()"
desc: "Get the inventoryItemName property: Gets the Managed Object name in Vmm for the inventory item."
returns:
description: "the inventoryItemName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.inventoryType()"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.inventoryType()"
name: "inventoryType()"
nameWithType: "CloudInventoryItem.inventoryType()"
summary: "Get the inventory<wbr>Type property: They inventory type."
overridden: "com.azure.resourcemanager.scvmm.models.InventoryItemProperties.inventoryType()"
syntax: "public InventoryType inventoryType()"
desc: "Get the inventoryType property: They inventory type."
returns:
description: "the inventoryType value."
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.InventoryType?alt=com.azure.resourcemanager.scvmm.models.InventoryType&text=InventoryType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.managedResourceId()"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.managedResourceId()"
name: "managedResourceId()"
nameWithType: "CloudInventoryItem.managedResourceId()"
summary: "Get the managed<wbr>Resource<wbr>Id property: Gets the tracked resource id corresponding to the inventory resource."
overridden: "com.azure.resourcemanager.scvmm.models.InventoryItemProperties.managedResourceId()"
syntax: "public String managedResourceId()"
desc: "Get the managedResourceId property: Gets the tracked resource id corresponding to the inventory resource."
returns:
description: "the managedResourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.provisioningState()"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.provisioningState()"
name: "provisioningState()"
nameWithType: "CloudInventoryItem.provisioningState()"
summary: "Get the provisioning<wbr>State property: Provisioning state of the resource."
overridden: "com.azure.resourcemanager.scvmm.models.InventoryItemProperties.provisioningState()"
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: Provisioning state of the resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.ProvisioningState?alt=com.azure.resourcemanager.scvmm.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CloudInventoryItem.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.scvmm.models.InventoryItemProperties.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.uuid()"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.uuid()"
name: "uuid()"
nameWithType: "CloudInventoryItem.uuid()"
summary: "Get the uuid property: Gets the UUID (which is assigned by Vmm) for the inventory item."
overridden: "com.azure.resourcemanager.scvmm.models.InventoryItemProperties.uuid()"
syntax: "public String uuid()"
desc: "Get the uuid property: Gets the UUID (which is assigned by Vmm) for the inventory item."
returns:
description: "the uuid value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.validate()"
fullName: "com.azure.resourcemanager.scvmm.models.CloudInventoryItem.validate()"
name: "validate()"
nameWithType: "CloudInventoryItem.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.scvmm.models.InventoryItemProperties.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "The Cloud inventory item."
metadata: {}
package: "com.azure.resourcemanager.scvmm.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-scvmm:1.0.0