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

577 строки
31 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.appservice._web_apps
id: _web_apps
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_apps.yml
langs:
- java
name: WebApps
nameWithType: WebApps
fullName: com.microsoft.azure.management.appservice.WebApps
type: Interface
source:
remote:
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebApps.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebApps.java
startLine: 27
package: com.microsoft.azure.management.appservice
summary: <p>Entry point for web app management API. </p>
syntax:
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListing<WebApp>,SupportsListingByResourceGroup<WebApp>,SupportsGettingByResourceGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
references:
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.yml
name: define(String name)
nameWithType: SupportsCreating<T>.define(String name)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<T>.define(String name)
type: Method
summary: >-
<p>Begins a definition for a new resource. </p>
<p>This is the beginning of the builder pattern used to create top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref>. </p>
<p>Note that the <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref> method is only available at the stage of the resource definition that has the minimum set of input parameters specified. If you do not see <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref> among the available methods, it means you have not yet specified all the required input settings. Input settings generally begin with the word "with", for example: and return the next stage of the resource definition, as an interface in the "fluent interface" style. </p>
syntax:
content: public T define(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the new resource </p>
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteById(String id)
nameWithType: SupportsDeletingById.deleteById(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteById(String id)
type: Method
summary: >-
<p>Deletes a resource from Azure, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public void deleteById(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id, ServiceCallback<Void> callback)
nameWithType: SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByIdAsync(String id, ServiceCallback<Void> callback)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
- id: callback
type: da7fd5ea
description: <p>the callback on success or failure </p>
return:
type: aa81d378
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
nameWithType: SupportsDeletingById.deleteByIdAsync(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: "56537e90"
description: <p>a representation of the deferred computation of this call </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: deleteByResourceGroup(String resourceGroupName, String name)
nameWithType: SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Deletes a resource from Azure, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the resource group the resource is part of </p>
- id: name
type: "26831127"
description: <p>the name of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
nameWithType: SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the resource group the resource is part of </p>
- id: name
type: "26831127"
description: <p>the name of the resource </p>
- id: callback
type: da7fd5ea
description: <p>the callback to call on success or failure </p>
return:
type: aa81d378
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: deleteByResourceGroupAsync(String resourceGroupName, String name)
nameWithType: SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByResourceGroupAsync(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the resource group the resource is part of </p>
- id: name
type: "26831127"
description: <p>the name of the resource </p>
return:
type: "56537e90"
description: <p>a representation of the deferred computation of this call </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getById(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: getById(String id)
nameWithType: SupportsGettingById<T>.getById(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>.getById(String id)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource id.</p>
<p></p>
syntax:
content: public T getById(String id)
parameters:
- id: id
type: "26831127"
description: <p>the id of the resource. </p>
return:
type: 8ce1ecb9
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: getByIdAsync(String id)
nameWithType: SupportsGettingById<T>.getByIdAsync(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>.getByIdAsync(String id)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource id.</p>
<p></p>
syntax:
content: public Observable<T> getByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the id of the resource. </p>
return:
type: c4094ba1
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: getByIdAsync(String id, ServiceCallback<T> callback)
nameWithType: SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource id.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByIdAsync(String id, ServiceCallback<T> callback)
parameters:
- id: id
type: "26831127"
description: <p>the id of the resource. </p>
- id: callback
type: 4b6febe3
description: <p>the callback to call on success or failure </p>
return:
type: c0371a4e
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: getByResourceGroup(String resourceGroupName, String name)
nameWithType: SupportsGettingByResourceGroup<T>.getByResourceGroup(String resourceGroupName, String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>.getByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public T getByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
- id: name
type: "26831127"
description: <p>the name of the resource. (Note, this is not the ID) </p>
return:
type: 8ce1ecb9
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: getByResourceGroupAsync(String resourceGroupName, String name)
nameWithType: SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByResourceGroupAsync(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
- id: name
type: "26831127"
description: <p>the name of the resource. (Note, this is not the ID) </p>
return:
type: c4094ba1
description: <p>Observable to an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
nameWithType: SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
- id: name
type: "26831127"
description: <p>the name of the resource. (Note, this is not the ID) </p>
- id: callback
type: 4b6febe3
description: <p>the callback to call on success or failure </p>
return:
type: c0371a4e
description: <p>Observable to an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
parent: com.microsoft.azure.management.resources.fluentcore.model._has_inner
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: inner()
nameWithType: HasInner<T>.inner()
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>.inner()
type: Method
syntax:
content: public T inner()
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on Azure REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
name: list()
nameWithType: SupportsListing<T>.list()
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
type: Method
summary: >-
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
<p></p>
syntax:
content: public PagedList<T> list()
return:
type: e5f90f8a
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
name: listAsync()
nameWithType: SupportsListing<T>.listAsync()
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
type: Method
summary: >-
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
<p></p>
syntax:
content: public Observable<T> listAsync()
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: listByResourceGroup(String resourceGroupName)
nameWithType: SupportsListingByResourceGroup<T>.listByResourceGroup(String resourceGroupName)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroup(String resourceGroupName)
type: Method
summary: >-
<p>Lists resources of the specified type in the specified resource group.</p>
<p></p>
syntax:
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group to list the resources from </p>
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: listByResourceGroupAsync(String resourceGroupName)
nameWithType: SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
type: Method
summary: >-
<p>Lists resources of the specified type in the specified resource group.</p>
<p></p>
syntax:
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group to list the resources from </p>
return:
type: c4094ba1
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
name: manager()
nameWithType: HasManager<ManagerT>.manager()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<ManagerT>.manager()
type: Method
syntax:
content: public ManagerT manager()
return:
type: 8b0aab42
description: <p>the manager client of this resource type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.yml
name: SupportsCreating<T>
nameWithType: SupportsCreating<T>
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<T>
type: Interface
summary: >-
<p>Providing access to creating Azure top level resources. </p>
<p>(Note: this interface is not intended to be implemented by user code) </p>
syntax:
content: public interface SupportsCreating<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the initial blank definition interface </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: SupportsDeletingById
nameWithType: SupportsDeletingById
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
type: Interface
summary: >-
<p>Provides access to deleting a resource from Azure, identifying it by its resource ID. </p>
<p>(Note: this interface is not intended to be implemented by user code) </p>
syntax:
content: public interface SupportsDeletingById
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
name: SupportsListing<T>
nameWithType: SupportsListing<T>
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
type: Interface
summary: >-
<p>Provides access to listing Azure resources of a specific type in a subscription. </p>
<p>(Note: this interface is not intended to be implemented by user code)</p>
<p></p>
syntax:
content: public interface SupportsListing<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
nameWithType: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing Azure resources of a specific type in a specific resource group. </p>
<p>(Note this interface is not intended to be implemented by user code.)</p>
<p></p>
syntax:
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
nameWithType: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific Azure resource based on its name and resource group. </p>
<p>(Note this interface is not intended to be implemented by user code.)</p>
<p></p>
syntax:
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: SupportsGettingById<T>
nameWithType: SupportsGettingById<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>
type: Interface
summary: >-
<p>Provides access to getting a specific Azure resource based on its resource ID. </p>
<p>(Note this interface is not intended to be implemented by user code.)</p>
<p></p>
syntax:
content: public interface SupportsGettingById<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
nameWithType: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from Azure, identifying it by its name and its resource group. </p>
<p>(Note this interface is not intended to be implemented by user code.) </p>
syntax:
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
name: HasManager<ManagerT>
nameWithType: HasManager<ManagerT>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<ManagerT>
type: Interface
summary: <p>An interface representing a model that exposes a management client. </p>
syntax:
content: public interface HasManager<ManagerT>
typeParameters:
- id: ManagerT
type: 8b0aab42
description: <p>the manager client type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: HasInner<T>
nameWithType: HasInner<T>
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>
type: Interface
summary: >-
<p>The wrapper around an inner object providing extended functionalities.</p>
<p></p>
syntax:
content: public interface HasInner<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the inner object. </p>