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

332 строки
27 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient"
name: "HostsClient"
nameWithType: "HostsClient"
summary: "An instance of this class provides access to all the operations defined in Hosts<wbr>Client."
syntax: "public interface **HostsClient**"
methods:
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(String resourceGroupName, String hostname)"
name: "beginCreate(String resourceGroupName, String hostname)"
nameWithType: "HostsClient.beginCreate(String resourceGroupName, String hostname)"
summary: "Implements host PUT method."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<HostModelInner>,HostModelInner> beginCreate(String resourceGroupName, String hostname)"
desc: "Implements host PUT method.\n\nCreate Or Update host."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the host."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
name: "beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
nameWithType: "HostsClient.beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
summary: "Implements host PUT method."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" 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 SyncPoller<PollResult<HostModelInner>,HostModelInner> beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
desc: "Implements host PUT method.\n\nCreate Or Update host."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the host."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(String resourceGroupName, String hostname)"
name: "beginDelete(String resourceGroupName, String hostname)"
nameWithType: "HostsClient.beginDelete(String resourceGroupName, String hostname)"
summary: "Deletes an host."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String hostname)"
desc: "Deletes an host.\n\nImplements host DELETE method."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
name: "beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
nameWithType: "HostsClient.beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
summary: "Deletes an host."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Whether force delete was specified."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
desc: "Deletes an host.\n\nImplements host DELETE method."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(String resourceGroupName, String hostname)"
name: "create(String resourceGroupName, String hostname)"
nameWithType: "HostsClient.create(String resourceGroupName, String hostname)"
summary: "Implements host PUT method."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract HostModelInner create(String resourceGroupName, String hostname)"
desc: "Implements host PUT method.\n\nCreate Or Update host."
returns:
description: "define the host."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
name: "create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
nameWithType: "HostsClient.create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
summary: "Implements host PUT method."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" 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 HostModelInner create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
desc: "Implements host PUT method.\n\nCreate Or Update host."
returns:
description: "define the host."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(String resourceGroupName, String hostname)"
name: "delete(String resourceGroupName, String hostname)"
nameWithType: "HostsClient.delete(String resourceGroupName, String hostname)"
summary: "Deletes an host."
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 host."
name: "hostname"
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 hostname)"
desc: "Deletes an host.\n\nImplements host DELETE method."
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(String resourceGroupName, String hostname, Boolean force, Context context)"
name: "delete(String resourceGroupName, String hostname, Boolean force, Context context)"
nameWithType: "HostsClient.delete(String resourceGroupName, String hostname, Boolean force, Context context)"
summary: "Deletes an host."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Whether force delete was specified."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</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 void delete(String resourceGroupName, String hostname, Boolean force, Context context)"
desc: "Deletes an host.\n\nImplements host DELETE method."
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroup(String resourceGroupName, String hostname)"
name: "getByResourceGroup(String resourceGroupName, String hostname)"
nameWithType: "HostsClient.getByResourceGroup(String resourceGroupName, String hostname)"
summary: "Gets a host."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract HostModelInner getByResourceGroup(String resourceGroupName, String hostname)"
desc: "Gets a host.\n\nImplements host GET method."
returns:
description: "define the host."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
nameWithType: "HostsClient.getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
summary: "Gets a host."
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 host."
name: "hostname"
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<HostModelInner> getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
desc: "Gets a host.\n\nImplements host GET method."
returns:
description: "define the host 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list()"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list()"
name: "list()"
nameWithType: "HostsClient.list()"
summary: "Implements GET hosts in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<HostModelInner> list()"
desc: "Implements GET hosts in a subscription.\n\nList of hosts in a subscription."
returns:
description: "list of Hosts 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list(Context context)"
name: "list(Context context)"
nameWithType: "HostsClient.list(Context context)"
summary: "Implements GET hosts in a subscription."
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 PagedIterable<HostModelInner> list(Context context)"
desc: "Implements GET hosts in a subscription.\n\nList of hosts in a subscription."
returns:
description: "list of Hosts 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "HostsClient.listByResourceGroup(String resourceGroupName)"
summary: "Implements GET hosts in a resource group."
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>"
syntax: "public abstract PagedIterable<HostModelInner> listByResourceGroup(String resourceGroupName)"
desc: "Implements GET hosts in a resource group.\n\nList of hosts in a resource group."
returns:
description: "list of Hosts 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "HostsClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Implements GET hosts in a resource group."
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: "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<HostModelInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Implements GET hosts in a resource group.\n\nList of hosts in a resource group."
returns:
description: "list of Hosts 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.update(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.update(String resourceGroupName, String hostname)"
name: "update(String resourceGroupName, String hostname)"
nameWithType: "HostsClient.update(String resourceGroupName, String hostname)"
summary: "Updates a host."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract HostModelInner update(String resourceGroupName, String hostname)"
desc: "Updates a host.\n\nAPI to update certain properties of the host resource."
returns:
description: "define the host."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
name: "updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
nameWithType: "HostsClient.updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
summary: "Updates a host."
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 host."
name: "hostname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Resource properties to update."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" 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 Response<HostModelInner> updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
desc: "Updates a host.\n\nAPI to update certain properties of the host resource."
returns:
description: "define the host 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in HostsClient."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0