### YamlMime:JavaType uid: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet" fullName: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet" name: "InnerSupportsGet" nameWithType: "InnerSupportsGet" summary: "Provides access to listing Azure resources of a specific type in a subscription." syntax: "public interface **InnerSupportsGet**" methods: - uid: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet.getByResourceGroup(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet.getByResourceGroup(String resourceGroupName, String resourceName)" name: "getByResourceGroup(String resourceGroupName, String resourceName)" nameWithType: "InnerSupportsGet.getByResourceGroup(String resourceGroupName, String resourceName)" summary: "Returns the specific resource." modifiers: - "abstract" parameters: - description: "The name of the resource group within the user's subscription." name: "resourceGroupName" type: "" - description: "The name of the resource within specified resource group." name: "resourceName" type: "" syntax: "public abstract InnerT getByResourceGroup(String resourceGroupName, String resourceName)" desc: "Returns the specific resource." returns: description: "specific resource." type: "" - uid: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet.getByResourceGroupAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet.getByResourceGroupAsync(String resourceGroupName, String resourceName)" name: "getByResourceGroupAsync(String resourceGroupName, String resourceName)" nameWithType: "InnerSupportsGet.getByResourceGroupAsync(String resourceGroupName, String resourceName)" summary: "Returns the specific resource asynchronously." modifiers: - "abstract" parameters: - description: "The name of the resource group within the user's subscription." name: "resourceGroupName" type: "" - description: "The name of the resource within specified resource group." name: "resourceName" type: "" syntax: "public abstract Observable getByResourceGroupAsync(String resourceGroupName, String resourceName)" desc: "Returns the specific resource asynchronously." returns: description: "Observable to specific resource." type: "<>" - uid: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet.getByResourceGroupAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet.getByResourceGroupAsync(String resourceGroupName, String resourceName, ServiceCallback serviceCallback)" name: "getByResourceGroupAsync(String resourceGroupName, String resourceName, ServiceCallback serviceCallback)" nameWithType: "InnerSupportsGet.getByResourceGroupAsync(String resourceGroupName, String resourceName, ServiceCallback serviceCallback)" summary: "Returns the specific resource asynchronously." modifiers: - "abstract" parameters: - description: "The name of the resource group within the user's subscription." name: "resourceGroupName" type: "" - description: "The name of the resource within specified resource group." name: "resourceName" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture getByResourceGroupAsync(String resourceGroupName, String resourceName, ServiceCallback serviceCallback)" desc: "Returns the specific resource asynchronously." returns: description: "ServiceFuture to specific resource." type: "<>" type: "interface" typeParameters: - description: "the fluent type of the resource" name: "InnerT" desc: "Provides access to listing Azure resources of a specific type in a subscription.\n\n(Note: this interface is not intended to be implemented by user code)" metadata: {} package: "com.microsoft.azure.management.resources.fluentcore.collection" artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4