35 строки
2.6 KiB
YAML
35 строки
2.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<T>"
|
|
name: "SupportsGettingByNameAsync<T>"
|
|
nameWithType: "SupportsGettingByNameAsync<T>"
|
|
summary: "Provides access to getting a specific resource based on its name."
|
|
syntax: "public interface **SupportsGettingByNameAsync<T>**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName&text=SupportsGettingByName\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync.getByNameAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<T>.getByNameAsync(String name)"
|
|
name: "getByNameAsync(String name)"
|
|
nameWithType: "SupportsGettingByNameAsync<T>.getByNameAsync(String name)"
|
|
summary: "Gets the information about a resource based on the resource name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource. (Note, this is not the resource ID.)"
|
|
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> getByNameAsync(String name)"
|
|
desc: "Gets the information about a resource based on the resource name."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the type of the resource collection"
|
|
name: "T"
|
|
desc: "Provides access to getting a specific resource based on its name.\n\n(Note this interface is not intended to be implemented by user code.)"
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName&text=SupportsGettingByName\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources.fluentcore.arm.collection"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|