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

374 строки
29 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters"
name: "CloudVmClusters"
nameWithType: "CloudVmClusters"
summary: "Resource collection API of Cloud<wbr>VmClusters."
syntax: "public interface **CloudVmClusters**"
methods:
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.addVms(java.lang.String,java.lang.String,com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
name: "addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
nameWithType: "CloudVmClusters.addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
summary: "Add VMs to the VM Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode?alt=com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode&text=AddRemoveDbNode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CloudVmCluster addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
desc: "Add VMs to the VM Cluster."
returns:
description: "cloudVmCluster resource definition."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.addVms(java.lang.String,java.lang.String,com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
name: "addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
nameWithType: "CloudVmClusters.addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
summary: "Add VMs to the VM Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode?alt=com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode&text=AddRemoveDbNode\" 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 CloudVmCluster addVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
desc: "Add VMs to the VM Cluster."
returns:
description: "cloudVmCluster resource definition."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.define(java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.define(String name)"
name: "define(String name)"
nameWithType: "CloudVmClusters.define(String name)"
summary: "Begins definition for a new Cloud<wbr>VmCluster 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 CloudVmCluster.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new CloudVmCluster resource."
returns:
description: "the first stage of the new CloudVmCluster definition."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.CloudVmCluster.DefinitionStages.Blank?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.delete(String resourceGroupName, String cloudvmclustername, Context context)"
name: "delete(String resourceGroupName, String cloudvmclustername, Context context)"
nameWithType: "CloudVmClusters.delete(String resourceGroupName, String cloudvmclustername, Context context)"
summary: "Delete a Cloud<wbr>VmCluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
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 void delete(String resourceGroupName, String cloudvmclustername, Context context)"
desc: "Delete a CloudVmCluster."
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "CloudVmClusters.deleteById(String id)"
summary: "Delete a Cloud<wbr>VmCluster."
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: "Delete a CloudVmCluster."
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "CloudVmClusters.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a Cloud<wbr>VmCluster."
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a CloudVmCluster."
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.deleteByResourceGroup(String resourceGroupName, String cloudvmclustername)"
name: "deleteByResourceGroup(String resourceGroupName, String cloudvmclustername)"
nameWithType: "CloudVmClusters.deleteByResourceGroup(String resourceGroupName, String cloudvmclustername)"
summary: "Delete a Cloud<wbr>VmCluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String cloudvmclustername)"
desc: "Delete a CloudVmCluster."
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getById(String id)"
name: "getById(String id)"
nameWithType: "CloudVmClusters.getById(String id)"
summary: "Get a Cloud<wbr>VmCluster."
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 CloudVmCluster getById(String id)"
desc: "Get a CloudVmCluster."
returns:
description: "a CloudVmCluster 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.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "CloudVmClusters.getByIdWithResponse(String id, Context context)"
summary: "Get a Cloud<wbr>VmCluster."
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<CloudVmCluster> getByIdWithResponse(String id, Context context)"
desc: "Get a CloudVmCluster."
returns:
description: "a CloudVmCluster 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.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getByResourceGroup(String resourceGroupName, String cloudvmclustername)"
name: "getByResourceGroup(String resourceGroupName, String cloudvmclustername)"
nameWithType: "CloudVmClusters.getByResourceGroup(String resourceGroupName, String cloudvmclustername)"
summary: "Get a Cloud<wbr>VmCluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CloudVmCluster getByResourceGroup(String resourceGroupName, String cloudvmclustername)"
desc: "Get a CloudVmCluster."
returns:
description: "a CloudVmCluster."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.getByResourceGroupWithResponse(String resourceGroupName, String cloudvmclustername, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String cloudvmclustername, Context context)"
nameWithType: "CloudVmClusters.getByResourceGroupWithResponse(String resourceGroupName, String cloudvmclustername, Context context)"
summary: "Get a Cloud<wbr>VmCluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
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<CloudVmCluster> getByResourceGroupWithResponse(String resourceGroupName, String cloudvmclustername, Context context)"
desc: "Get a CloudVmCluster."
returns:
description: "a CloudVmCluster 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.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.list()"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.list()"
name: "list()"
nameWithType: "CloudVmClusters.list()"
summary: "List Cloud<wbr>VmCluster resources by subscription ID."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<CloudVmCluster> list()"
desc: "List CloudVmCluster resources by subscription ID."
returns:
description: "the response of a CloudVmCluster list operation 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.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.list(Context context)"
name: "list(Context context)"
nameWithType: "CloudVmClusters.list(Context context)"
summary: "List Cloud<wbr>VmCluster resources by subscription ID."
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<CloudVmCluster> list(Context context)"
desc: "List CloudVmCluster resources by subscription ID."
returns:
description: "the response of a CloudVmCluster list operation 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.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "CloudVmClusters.listByResourceGroup(String resourceGroupName)"
summary: "List Cloud<wbr>VmCluster resources by resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<CloudVmCluster> listByResourceGroup(String resourceGroupName)"
desc: "List CloudVmCluster resources by resource group."
returns:
description: "the response of a CloudVmCluster list operation 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.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "CloudVmClusters.listByResourceGroup(String resourceGroupName, Context context)"
summary: "List Cloud<wbr>VmCluster resources by resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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<CloudVmCluster> listByResourceGroup(String resourceGroupName, Context context)"
desc: "List CloudVmCluster resources by resource group."
returns:
description: "the response of a CloudVmCluster list operation 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.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listPrivateIpAddresses(java.lang.String,java.lang.String,com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressesFilter)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listPrivateIpAddresses(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body)"
name: "listPrivateIpAddresses(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body)"
nameWithType: "CloudVmClusters.listPrivateIpAddresses(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body)"
summary: "List Private IP Addresses by the provided filter."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressesFilter?alt=com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressesFilter&text=PrivateIpAddressesFilter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract List<PrivateIpAddressProperties> listPrivateIpAddresses(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body)"
desc: "List Private IP Addresses by the provided filter."
returns:
description: "array of PrivateIpAddressProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressProperties?alt=com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressProperties&text=PrivateIpAddressProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listPrivateIpAddressesWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressesFilter,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.listPrivateIpAddressesWithResponse(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body, Context context)"
name: "listPrivateIpAddressesWithResponse(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body, Context context)"
nameWithType: "CloudVmClusters.listPrivateIpAddressesWithResponse(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body, Context context)"
summary: "List Private IP Addresses by the provided filter."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressesFilter?alt=com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressesFilter&text=PrivateIpAddressesFilter\" 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<List<PrivateIpAddressProperties>> listPrivateIpAddressesWithResponse(String resourceGroupName, String cloudvmclustername, PrivateIpAddressesFilter body, Context context)"
desc: "List Private IP Addresses by the provided filter."
returns:
description: "array of PrivateIpAddressProperties 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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressProperties?alt=com.azure.resourcemanager.oracledatabase.models.PrivateIpAddressProperties&text=PrivateIpAddressProperties\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.removeVms(java.lang.String,java.lang.String,com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
name: "removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
nameWithType: "CloudVmClusters.removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
summary: "Remove VMs from the VM Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode?alt=com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode&text=AddRemoveDbNode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CloudVmCluster removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body)"
desc: "Remove VMs from the VM Cluster."
returns:
description: "cloudVmCluster resource definition."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.removeVms(java.lang.String,java.lang.String,com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.CloudVmClusters.removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
name: "removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
nameWithType: "CloudVmClusters.removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
summary: "Remove VMs from the VM Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "CloudVmCluster name."
name: "cloudvmclustername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The content of the action request."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode?alt=com.azure.resourcemanager.oracledatabase.models.AddRemoveDbNode&text=AddRemoveDbNode\" 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 CloudVmCluster removeVms(String resourceGroupName, String cloudvmclustername, AddRemoveDbNode body, Context context)"
desc: "Remove VMs from the VM Cluster."
returns:
description: "cloudVmCluster resource definition."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.CloudVmCluster?alt=com.azure.resourcemanager.oracledatabase.models.CloudVmCluster&text=CloudVmCluster\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Resource collection API of CloudVmClusters."
metadata: {}
package: "com.azure.resourcemanager.oracledatabase.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-oracledatabase:1.0.0