azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

163 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>"
name: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>"
summary: "Base interface for Azure SQL Server child resource actions."
syntax: "public static interface **SqlChildrenOperations.SqlChildrenActionsDefinition<T>**"
methods:
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.delete(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.delete(String name)"
name: "delete(String name)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.delete(String name)"
summary: "Deletes a child resource from Azure SQL server."
modifiers:
- "abstract"
parameters:
- description: "the name of the child resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String name)"
desc: "Deletes a child resource from Azure SQL server."
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.deleteAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteAsync(String name)"
name: "deleteAsync(String name)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteAsync(String name)"
summary: "Asynchronously delete a child resource from Azure SQL server."
modifiers:
- "abstract"
parameters:
- description: "the name of the child resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String name)"
desc: "Asynchronously delete a child resource from Azure SQL server."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.deleteById(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteById(String id)"
summary: "Deletes a child resource from Azure SQL server, identifying it by its resource ID."
modifiers:
- "abstract"
parameters:
- description: "the resource ID of the resource to delete"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes a child resource from Azure SQL server, identifying it by its resource ID."
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.deleteByIdAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteByIdAsync(String id)"
name: "deleteByIdAsync(String id)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteByIdAsync(String id)"
summary: "Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID."
modifiers:
- "abstract"
parameters:
- description: "the resource ID of the resource to delete"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteByIdAsync(String id)"
desc: "Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.get(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.get(String name)"
name: "get(String name)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.get(String name)"
summary: "Gets the information about a child resource from Azure SQL server."
modifiers:
- "abstract"
parameters:
- description: "the name of the child resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract T get(String name)"
desc: "Gets the information about a child resource from Azure SQL server."
returns:
description: "an immutable representation of the resource"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.getAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getAsync(String name)"
name: "getAsync(String name)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getAsync(String name)"
summary: "Asynchronously gets the information about a child resource from Azure SQL server."
modifiers:
- "abstract"
parameters:
- description: "the name of the child resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<T> getAsync(String name)"
desc: "Asynchronously gets the information about a child resource from Azure SQL server."
returns:
description: "a representation of the deferred computation of this call returning the found resource"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.getById(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getById(String id)"
name: "getById(String id)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getById(String id)"
summary: "Gets the information about a child resource from Azure SQL server using the resource ID."
modifiers:
- "abstract"
parameters:
- description: "the ID of the resource."
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract T getById(String id)"
desc: "Gets the information about a child resource from Azure SQL server using the resource ID."
returns:
description: "an immutable representation of the resource"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.getByIdAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getByIdAsync(String id)"
name: "getByIdAsync(String id)"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getByIdAsync(String id)"
summary: "Asynchronously gets the information about a child resource from Azure SQL server using the resource ID."
modifiers:
- "abstract"
parameters:
- description: "the ID of the resource."
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<T> getByIdAsync(String id)"
desc: "Asynchronously gets the information about a child resource from Azure SQL server using the resource ID."
returns:
description: "an immutable representation of the resource"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.list()"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.list()"
name: "list()"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.list()"
summary: "Lists Azure SQL child resources."
modifiers:
- "abstract"
syntax: "public abstract List<T> list()"
desc: "Lists Azure SQL child resources."
returns:
description: "the list of resources"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition.listAsync()"
fullName: "com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition<T>.listAsync()"
name: "listAsync()"
nameWithType: "SqlChildrenOperations.SqlChildrenActionsDefinition<T>.listAsync()"
summary: "Asynchronously lists Azure SQL child resources."
modifiers:
- "abstract"
syntax: "public abstract Observable<T> listAsync()"
desc: "Asynchronously lists Azure SQL child resources."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the FluentT interface of the SQL server child resource"
name: "T"
desc: "Base interface for Azure SQL Server child resource actions."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4