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

233 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.Racks"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks"
name: "Racks"
nameWithType: "Racks"
summary: "Resource collection API of Racks."
syntax: "public interface **Racks**"
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.define(java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.define(String name)"
name: "define(String name)"
nameWithType: "Racks.define(String name)"
summary: "Begins definition for a new Rack 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 Rack.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Rack resource."
returns:
description: "the first stage of the new Rack definition."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Rack.DefinitionStages.Blank?alt=com.azure.resourcemanager.networkcloud.models.Rack.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.delete(String resourceGroupName, String rackName, Context context)"
name: "delete(String resourceGroupName, String rackName, Context context)"
nameWithType: "Racks.delete(String resourceGroupName, String rackName, Context context)"
summary: "Delete the rack."
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 name of the rack."
name: "rackName"
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 rackName, Context context)"
desc: "Delete the rack.\n\nDelete the provided rack. All customer initiated requests will be rejected as the life cycle of this resource is managed by the system."
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Racks.deleteById(String id)"
summary: "Delete the rack."
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 the rack.\n\nDelete the provided rack. All customer initiated requests will be rejected as the life cycle of this resource is managed by the system."
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Racks.deleteByIdWithResponse(String id, Context context)"
summary: "Delete the rack."
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 the rack.\n\nDelete the provided rack. All customer initiated requests will be rejected as the life cycle of this resource is managed by the system."
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.deleteByResourceGroup(String resourceGroupName, String rackName)"
name: "deleteByResourceGroup(String resourceGroupName, String rackName)"
nameWithType: "Racks.deleteByResourceGroup(String resourceGroupName, String rackName)"
summary: "Delete the rack."
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 name of the rack."
name: "rackName"
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 rackName)"
desc: "Delete the rack.\n\nDelete the provided rack. All customer initiated requests will be rejected as the life cycle of this resource is managed by the system."
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.getById(String id)"
name: "getById(String id)"
nameWithType: "Racks.getById(String id)"
summary: "Retrieve the rack."
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 Rack getById(String id)"
desc: "Retrieve the rack.\n\nGet properties of the provided rack."
returns:
description: "properties of the provided rack 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.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Racks.getByIdWithResponse(String id, Context context)"
summary: "Retrieve the rack."
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<Rack> getByIdWithResponse(String id, Context context)"
desc: "Retrieve the rack.\n\nGet properties of the provided rack."
returns:
description: "properties of the provided rack 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.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.getByResourceGroup(String resourceGroupName, String rackName)"
name: "getByResourceGroup(String resourceGroupName, String rackName)"
nameWithType: "Racks.getByResourceGroup(String resourceGroupName, String rackName)"
summary: "Retrieve the rack."
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 name of the rack."
name: "rackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Rack getByResourceGroup(String resourceGroupName, String rackName)"
desc: "Retrieve the rack.\n\nGet properties of the provided rack."
returns:
description: "properties of the provided rack."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.getByResourceGroupWithResponse(String resourceGroupName, String rackName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String rackName, Context context)"
nameWithType: "Racks.getByResourceGroupWithResponse(String resourceGroupName, String rackName, Context context)"
summary: "Retrieve the rack."
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 name of the rack."
name: "rackName"
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<Rack> getByResourceGroupWithResponse(String resourceGroupName, String rackName, Context context)"
desc: "Retrieve the rack.\n\nGet properties of the provided rack."
returns:
description: "properties of the provided rack 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.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.list()"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.list()"
name: "list()"
nameWithType: "Racks.list()"
summary: "List racks in the subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<Rack> list()"
desc: "List racks in the subscription.\n\nGet a list of racks in the provided subscription."
returns:
description: "a list of racks in the provided subscription 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.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.list(Context context)"
name: "list(Context context)"
nameWithType: "Racks.list(Context context)"
summary: "List racks in the 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<Rack> list(Context context)"
desc: "List racks in the subscription.\n\nGet a list of racks in the provided subscription."
returns:
description: "a list of racks in the provided subscription 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.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Racks.listByResourceGroup(String resourceGroupName)"
summary: "List racks in the 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<Rack> listByResourceGroup(String resourceGroupName)"
desc: "List racks in the resource group.\n\nGet a list of racks in the provided resource group."
returns:
description: "a list of racks in the provided resource group 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.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.Racks.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Racks.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "Racks.listByResourceGroup(String resourceGroupName, Context context)"
summary: "List racks in the 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<Rack> listByResourceGroup(String resourceGroupName, Context context)"
desc: "List racks in the resource group.\n\nGet a list of racks in the provided resource group."
returns:
description: "a list of racks in the provided resource group 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.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Racks."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0