This commit is contained in:
OpenPublishBuild 2017-04-05 00:09:21 +00:00
Родитель 9dbd0bb411
Коммит 136516138c
225 изменённых файлов: 11611 добавлений и 11639 удалений

Просмотреть файл

@ -1191,7 +1191,7 @@ references:
type: Interface
summary: <p>Entry point to availability set management API. </p>
syntax:
content: public interface AvailabilitySets extends SupportsListingByGroup<AvailabilitySet>,SupportsGettingByGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>
content: public interface AvailabilitySets extends SupportsListingByResourceGroup<AvailabilitySet>,SupportsGettingByResourceGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>
- uid: com.microsoft.azure.management.network._networks
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._networks.yml
@ -1227,7 +1227,7 @@ references:
type: Interface
summary: <p>Entry point to application gateway management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface ApplicationGateways extends SupportsCreating<ApplicationGateway.DefinitionStages.Blank>,SupportsListing<ApplicationGateway>,SupportsListingByGroup<ApplicationGateway>,SupportsGettingByGroup<ApplicationGateway>,SupportsGettingById<ApplicationGateway>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<ApplicationGateway>,SupportsBatchDeletion,HasManager<NetworkManager>,HasInner<ApplicationGatewaysInner>
content: public interface ApplicationGateways extends SupportsCreating<ApplicationGateway.DefinitionStages.Blank>,SupportsListing<ApplicationGateway>,SupportsListingByResourceGroup<ApplicationGateway>,SupportsGettingByResourceGroup<ApplicationGateway>,SupportsGettingById<ApplicationGateway>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<ApplicationGateway>,SupportsBatchDeletion,HasManager<NetworkManager>,HasInner<ApplicationGatewaysInner>
- uid: com.microsoft.azure.management.network._network_security_groups
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._network_security_groups.yml

Просмотреть файл

@ -35,7 +35,7 @@ references:
<p></p>
syntax:
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
content: public interface WithGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the next stage of the resource definition </p>

Просмотреть файл

@ -3,7 +3,7 @@ items:
id: _app_service_certificate_orders
parent: com.microsoft.azure.management.appservice
children:
- com.microsoft.azure.management.appservice._app_service_certificate_orders.getByGroupAsync(String,String)
- com.microsoft.azure.management.appservice._app_service_certificate_orders.getByResourceGroupAsync(String,String)
href: com.microsoft.azure.management.appservice._app_service_certificate_orders.yml
langs:
- java
@ -20,31 +20,31 @@ items:
package: com.microsoft.azure.management.appservice
summary: <p>Entry point for app service certificate order management API. </p>
syntax:
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<AppServiceCertificateOrder>,SupportsGettingByGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.appservice._app_service_certificate_orders.getByGroupAsync(String,String)
id: getByGroupAsync(String,String)
- uid: com.microsoft.azure.management.appservice._app_service_certificate_orders.getByResourceGroupAsync(String,String)
id: getByResourceGroupAsync(String,String)
parent: com.microsoft.azure.management.appservice._app_service_certificate_orders
href: com.microsoft.azure.management.appservice._app_service_certificate_orders.yml
langs:
- java
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<AppServiceCertificateOrder> com.microsoft.azure.management.appservice.AppServiceCertificateOrders.getByGroupAsync(String resourceGroupName, String name)
name: getByResourceGroupAsync(String resourceGroupName, String name)
fullName: Observable<AppServiceCertificateOrder> com.microsoft.azure.management.appservice.AppServiceCertificateOrders.getByResourceGroupAsync(String resourceGroupName, String name)
type: Method
source:
remote: *o0
@ -56,7 +56,7 @@ items:
<p></p>
syntax:
content: public Observable<AppServiceCertificateOrder> getByGroupAsync(String resourceGroupName, String name)
content: public Observable<AppServiceCertificateOrder> getByResourceGroupAsync(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
@ -67,7 +67,7 @@ items:
return:
type: c2d0e8c6com.microsoft.azure.management.appservice._app_service_certificate_ordera08ddfce
description: <p>an immutable representation of the resource </p>
overridden: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
overridden: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
references:
- uid: "26831127"
spec.java:
@ -104,72 +104,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -227,53 +161,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </p>
- id: name
type: "26831127"
description: <p>the name of the resource. (Note, this is not the ID) </p>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -334,6 +287,53 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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,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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -345,18 +345,18 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -402,11 +402,11 @@ references:
<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.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -415,15 +415,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -432,7 +432,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -453,18 +453,18 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
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
@ -502,18 +502,18 @@ references:
summary: <p>An immutable client-side representation of an <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> App Service certificate order. </p>
syntax:
content: public interface AppServiceCertificateOrder extends GroupableResource<AppServiceManager, AppServiceCertificateOrderInner>,Refreshable<AppServiceCertificateOrder>,Updatable<AppServiceCertificateOrder.Update>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
- 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public Observable<T> getByResourceGroupAsync(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"

Просмотреть файл

@ -18,23 +18,23 @@ items:
package: com.microsoft.azure.management.appservice
summary: <p>Entry point for certificate management API. </p>
syntax:
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<AppServiceCertificate>,SupportsGettingByGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificate>,SupportsGettingByResourceGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(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)
@ -58,72 +58,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -181,75 +115,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -310,6 +241,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -321,18 +321,18 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -378,11 +378,11 @@ references:
<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.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -391,15 +391,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -408,7 +408,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -429,18 +429,18 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
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

Просмотреть файл

@ -20,24 +20,24 @@ items:
package: com.microsoft.azure.management.appservice
summary: <p>Entry point for domain management API. </p>
syntax:
content: public interface AppServiceDomains extends SupportsCreating<AppServiceDomain.DefinitionStages.Blank>,SupportsListing<AppServiceDomain>,SupportsListingByGroup<AppServiceDomain>,SupportsDeletingById,SupportsDeletingByGroup,SupportsGettingByGroup<AppServiceDomain>,SupportsGettingById<AppServiceDomain>,HasManager<AppServiceManager>,HasInner<DomainsInner>
content: public interface AppServiceDomains extends SupportsCreating<AppServiceDomain.DefinitionStages.Blank>,SupportsListing<AppServiceDomain>,SupportsListingByResourceGroup<AppServiceDomain>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsGettingByResourceGroup<AppServiceDomain>,SupportsGettingById<AppServiceDomain>,HasManager<AppServiceManager>,HasInner<DomainsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.appservice._app_service_domains.listAgreements(String)
id: listAgreements(String)
@ -102,72 +102,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -225,75 +159,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -354,6 +285,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -380,18 +380,18 @@ references:
return:
type: e5f90f8a
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -442,11 +442,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -455,7 +455,7 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
@ -471,23 +471,23 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
content: public interface SupportsDeletingByResourceGroup
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -496,7 +496,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>

Просмотреть файл

@ -20,22 +20,22 @@ items:
package: com.microsoft.azure.management.appservice
summary: <p>Entry point for App Service plan management API. </p>
syntax:
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<AppServicePlan>,SupportsGettingByGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServicePlan>,SupportsGettingByResourceGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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,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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.appservice._app_service_plans.getByIdAsync(String)
id: getByIdAsync(String)
@ -101,72 +101,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -224,75 +158,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -334,6 +265,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -345,18 +345,18 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -402,11 +402,11 @@ references:
<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.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -415,15 +415,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -432,7 +432,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -453,18 +453,18 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
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

Просмотреть файл

@ -120,7 +120,7 @@ references:
type: Interface
summary: <p>A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate<FluentT>
content: public interface WithCreate<FluentT> extends Creatable<FluentT>,Resource.DefinitionWithTags<WithCreate<FluentT>>,WebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>,WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>,WebAppBase.DefinitionStages.WithAppSettings<FluentT>,WebAppBase.DefinitionStages.WithConnectionString<FluentT>,WebAppBase.DefinitionStages.WithSourceControl<FluentT>,WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>,WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>,WebAppBase.DefinitionStages.WithAuthentication<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource </p>

Просмотреть файл

@ -18,23 +18,23 @@ items:
package: com.microsoft.azure.management.appservice
summary: <p>Entry point for web app management API. </p>
syntax:
content: public interface FunctionApps extends SupportsCreating<FunctionApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<FunctionApp>,SupportsGettingByGroup<FunctionApp>,SupportsGettingById<FunctionApp>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
content: public interface FunctionApps extends SupportsCreating<FunctionApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<FunctionApp>,SupportsGettingByResourceGroup<FunctionApp>,SupportsGettingById<FunctionApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(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)
@ -58,72 +58,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -181,75 +115,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -310,6 +241,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -321,18 +321,18 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -378,11 +378,11 @@ references:
<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.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -391,15 +391,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -408,7 +408,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -429,18 +429,18 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
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

Просмотреть файл

@ -18,23 +18,23 @@ items:
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,SupportsListingByGroup<WebApp>,SupportsGettingByGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,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.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(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)
@ -58,72 +58,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -181,75 +115,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -310,6 +241,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -321,18 +321,18 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -378,11 +378,11 @@ references:
<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.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -391,15 +391,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -408,7 +408,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -429,18 +429,18 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
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

Просмотреть файл

@ -4419,4 +4419,4 @@ references:
type: Interface
summary: <p>Entry point for app service certificate order management API. </p>
syntax:
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<AppServiceCertificateOrder>,SupportsGettingByGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>

Просмотреть файл

@ -402,7 +402,7 @@ references:
type: Interface
summary: <p>Entry point for app service certificate order management API. </p>
syntax:
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<AppServiceCertificateOrder>,SupportsGettingByGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
- uid: com.microsoft.azure.management.appservice._app_service_certificates
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificates.yml
@ -411,7 +411,7 @@ references:
type: Interface
summary: <p>Entry point for certificate management API. </p>
syntax:
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<AppServiceCertificate>,SupportsGettingByGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificate>,SupportsGettingByResourceGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
- uid: com.microsoft.azure.management.appservice._app_service_domains
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domains.yml
@ -420,7 +420,7 @@ references:
type: Interface
summary: <p>Entry point for domain management API. </p>
syntax:
content: public interface AppServiceDomains extends SupportsCreating<AppServiceDomain.DefinitionStages.Blank>,SupportsListing<AppServiceDomain>,SupportsListingByGroup<AppServiceDomain>,SupportsDeletingById,SupportsDeletingByGroup,SupportsGettingByGroup<AppServiceDomain>,SupportsGettingById<AppServiceDomain>,HasManager<AppServiceManager>,HasInner<DomainsInner>
content: public interface AppServiceDomains extends SupportsCreating<AppServiceDomain.DefinitionStages.Blank>,SupportsListing<AppServiceDomain>,SupportsListingByResourceGroup<AppServiceDomain>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsGettingByResourceGroup<AppServiceDomain>,SupportsGettingById<AppServiceDomain>,HasManager<AppServiceManager>,HasInner<DomainsInner>
- uid: com.microsoft.azure.management.appservice._function_apps
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._function_apps.yml

Просмотреть файл

@ -7487,4 +7487,4 @@ references:
type: Interface
summary: <p>Entry point for App Service plan management API. </p>
syntax:
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<AppServicePlan>,SupportsGettingByGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServicePlan>,SupportsGettingByResourceGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>

Просмотреть файл

@ -46933,4 +46933,4 @@ references:
type: Interface
summary: <p>Entry point for web app management API. </p>
syntax:
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<WebApp>,SupportsGettingByGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<WebApp>,SupportsGettingByResourceGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -20,7 +20,7 @@ items:
package: com.microsoft.azure.management.batch
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
syntax:
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByGroupAsync<BatchAccount>,SupportsGettingByGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -29,9 +29,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -39,17 +36,20 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.batch._batch_accounts.getBatchAccountQuotaByLocation(Region)
id: getBatchAccountQuotaByLocation(Region)
@ -224,72 +224,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -405,75 +339,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -534,6 +465,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -575,18 +575,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -594,18 +594,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -656,11 +656,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -669,15 +669,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T>
content: public interface SupportsListingByResourceGroupAsync<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -686,7 +686,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -719,18 +719,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -36,12 +36,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
@ -50,27 +44,33 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.deleteByIds(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(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.490b9c6bae7e52c680db63bba8986ba0.deleteInnerAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByIdAsync(String,ServiceCallback<T>)
- 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection.490b9c6bae7e52c680db63bba8986ba0.getInnerAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.GroupableResourcesImpl(InnerCollectionT,ManagerT)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.inner()
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.list()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.manager()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.TopLevelModifiableResourcesImpl(InnerCollectionT,ManagerT)
@ -328,140 +328,6 @@ references:
return:
type: c522ce07com.microsoft.azure.management.resources.fluentcore.model._created_resourcesb3b8560c
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByGroup(String groupName, String name)
fullName: final void com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The group the resource is part of </p>
- id: name
type: "26831127"
description: <p>The name of the resource </p>
return:
type: 3f6357ce
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: final ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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: 1bd0505a
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -590,6 +456,140 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByResourceGroup(String groupName, String name)
fullName: final void com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByResourceGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final void deleteByResourceGroup(String groupName, 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: 3f6357ce
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByResourceGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: final ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByResourceGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final ServiceFuture<Void> deleteByResourceGroupAsync(String groupName, 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: 1bd0505a
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByResourceGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByResourceGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByResourceGroupAsync(String groupName, 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.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)
fullName: ServiceFuture<Void> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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.490b9c6bae7e52c680db63bba8986ba0.deleteInnerAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
@ -605,144 +605,6 @@ references:
type: "26831127"
return:
type: "56537e90"
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(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.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getById(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
@ -863,6 +725,144 @@ references:
return:
type: c0371a4e
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByResourceGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByResourceGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.arm.collection.490b9c6bae7e52c680db63bba8986ba0.getInnerAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
@ -943,18 +943,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroup(String)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
name: listByGroup(String resourceGroupName)
fullName: final PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.listByGroup(String resourceGroupName)
name: listByResourceGroup(String resourceGroupName)
fullName: final PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.listByResourceGroup(String resourceGroupName)
type: Method
summary: >-
<p>Lists resources of the specified type in the specified resource group.</p>
<p></p>
syntax:
content: public final PagedList<T> listByGroup(String resourceGroupName)
content: public final PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -962,18 +962,18 @@ references:
return:
type: 1228eeeb
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroupAsync(String)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.listByGroupAsync(String resourceGroupName)
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -1047,7 +1047,7 @@ references:
type: Interface
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
syntax:
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByGroupAsync<BatchAccount>,SupportsGettingByGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
- uid: com.microsoft.azure.management.storage.implementation._storage_manager
parent: com.microsoft.azure.management.storage.implementation
href: com.microsoft.azure.management.storage.implementation._storage_manager.yml

Просмотреть файл

@ -2541,4 +2541,4 @@ references:
type: Interface
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
syntax:
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByGroupAsync<BatchAccount>,SupportsGettingByGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>

Просмотреть файл

@ -284,7 +284,7 @@ references:
type: Interface
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
syntax:
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByGroupAsync<BatchAccount>,SupportsGettingByGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
- uid: com.microsoft.azure.management.storage.implementation._storage_manager
parent: com.microsoft.azure.management.storage.implementation
href: com.microsoft.azure.management.storage.implementation._storage_manager.yml

Просмотреть файл

@ -155,7 +155,7 @@ references:
type: Interface
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
syntax:
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByGroupAsync<BatchAccount>,SupportsGettingByGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
- uid: com.microsoft.azure.management.batch._package_state
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._package_state.yml
@ -339,6 +339,21 @@ references:
summary: <p>The stage of a Batch account definition allowing adding an application and a storage account. </p>
syntax:
content: public interface WithApplicationAndStorage extends BatchAccount.DefinitionStages.WithStorage,BatchAccount.DefinitionStages.WithApplication
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_application_package
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._definition_stages._with_application_package.yml
name: Application.DefinitionStages.WithApplicationPackage<ParentT>
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithApplicationPackage<ParentT>
type: Interface
summary: >-
<p>The stage of a Batch application definition that allows the creation of an application package.</p>
<p></p>
syntax:
content: public interface WithApplicationPackage<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746.yml
@ -363,18 +378,18 @@ references:
summary: <p>The stage of a Batch application update allowing the creation of an application package. </p>
syntax:
content: public interface WithApplicationPackage
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_application_package
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_attach
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._definition_stages._with_application_package.yml
name: Application.DefinitionStages.WithApplicationPackage<ParentT>
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithApplicationPackage<ParentT>
href: com.microsoft.azure.management.batch._application._definition_stages._with_attach.yml
name: Application.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The stage of a Batch application definition that allows the creation of an application package.</p>
<p>The final stage of the application definition. </p>
<p></p>
<p>At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition. </p>
syntax:
content: public interface WithApplicationPackage<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,Application.DefinitionStages.WithApplicationPackage<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
@ -393,21 +408,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent Batch account update to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_attach
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._definition_stages._with_attach.yml
name: Application.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the application definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,Application.DefinitionStages.WithApplicationPackage<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.batch._batch_account._definition_stages._with_create
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._batch_account._definition_stages._with_create.yml

Просмотреть файл

@ -30,7 +30,7 @@ items:
package: com.microsoft.azure.management.cdn
summary: <p>Entry point for CDN profile management API. </p>
syntax:
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListingAsync<CdnProfile>,SupportsListingByGroupAsync<CdnProfile>,SupportsGettingByGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListingAsync<CdnProfile>,SupportsListingByResourceGroupAsync<CdnProfile>,SupportsGettingByResourceGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -39,9 +39,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -49,17 +46,20 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.cdn._cdn_profiles.checkEndpointNameAvailability(String)
id: checkEndpointNameAvailability(String)
@ -580,72 +580,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -761,75 +695,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -890,6 +821,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -931,18 +931,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -950,18 +950,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -1012,11 +1012,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -1025,15 +1025,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T>
content: public interface SupportsListingByResourceGroupAsync<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -1042,7 +1042,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -1075,18 +1075,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -123,7 +123,7 @@ references:
type: Interface
summary: <p>Entry point for CDN profile management API. </p>
syntax:
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListingAsync<CdnProfile>,SupportsListingByGroupAsync<CdnProfile>,SupportsGettingByGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListingAsync<CdnProfile>,SupportsListingByResourceGroupAsync<CdnProfile>,SupportsGettingByResourceGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
- uid: com.microsoft.azure.management.cdn._check_name_availability_input
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._check_name_availability_input.yml
@ -493,21 +493,6 @@ references:
summary: <p>Grouping of CDN profile definition stages. </p>
syntax:
content: public interface DefinitionStages
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._premium_endpoint
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._premium_endpoint.yml
name: CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<ParentT>
type: Interface
summary: >-
<p>The stage of a CDN profile endpoint definition allowing to specify the origin for the CDN profile with teh Premium Verizon SKU.</p>
<p></p>
syntax:
content: public interface PremiumEndpoint<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_s2e61036c99277dd58d402689e77b9812
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_s2e61036c99277dd58d402689e77b9812.yml
@ -523,6 +508,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._premium_endpoint
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._premium_endpoint.yml
name: CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<ParentT>
type: Interface
summary: >-
<p>The stage of a CDN profile endpoint definition allowing to specify the origin for the CDN profile with teh Premium Verizon SKU.</p>
<p></p>
syntax:
content: public interface PremiumEndpoint<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537.yml
@ -634,21 +634,6 @@ references:
summary: <p>The stage of a CDN profile definition allowing the resource group to be specified. </p>
syntax:
content: public interface WithGroup extends GroupableResource<TManager, InnerT>.DefinitionStages.WithGroup<WithSku>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach.yml
name: CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of a CDN profile Premium Verizon endpoint definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition </p>
syntax:
content: public interface WithPremiumAttach<ParentT> extends CdnEndpoint.UpdateDefinitionStages.AttachablePremium<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_premium_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_premium_attach.yml
@ -664,6 +649,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach.yml
name: CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of a CDN profile Premium Verizon endpoint definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition </p>
syntax:
content: public interface WithPremiumAttach<ParentT> extends CdnEndpoint.UpdateDefinitionStages.AttachablePremium<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_premium_verizon_create
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_premium_verizon_create.yml
@ -682,21 +682,6 @@ references:
summary: <p>A CDN profile definition allowing the SKU to be specified. </p>
syntax:
content: public interface WithSku
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_standard_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_standard_attach.yml
name: CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the CDN profile Standard Akamai or Standard Verizon endpoint definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition </p>
syntax:
content: public interface WithStandardAttach<ParentT> extends CdnEndpoint.DefinitionStages.AttachableStandard<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_standard_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_standard_attach.yml
@ -712,6 +697,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_standard_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_standard_attach.yml
name: CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the CDN profile Standard Akamai or Standard Verizon endpoint definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition </p>
syntax:
content: public interface WithStandardAttach<ParentT> extends CdnEndpoint.DefinitionStages.AttachableStandard<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_standard_create
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_standard_create.yml

Просмотреть файл

@ -18,7 +18,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>Entry point to availability set management API. </p>
syntax:
content: public interface AvailabilitySets extends SupportsListingByGroup<AvailabilitySet>,SupportsGettingByGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>
content: public interface AvailabilitySets extends SupportsListingByResourceGroup<AvailabilitySet>,SupportsGettingByResourceGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -27,21 +27,21 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
references:
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
@ -185,72 +185,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -308,75 +242,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -437,6 +368,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -463,18 +463,18 @@ references:
return:
type: e5f90f8a
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -493,11 +493,11 @@ references:
return:
type: 8b0aab42
description: <p>the manager client of this resource type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -506,15 +506,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -523,7 +523,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -588,18 +588,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -21,7 +21,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>Entry point to managed disk management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Disks extends SupportsCreating<Disk.DefinitionStages.Blank>,SupportsListingAsync<Disk>,SupportsListingByGroupAsync<Disk>,SupportsGettingByGroup<Disk>,SupportsGettingById<Disk>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<Disk>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<DisksInner>
content: public interface Disks extends SupportsCreating<Disk.DefinitionStages.Blank>,SupportsListingAsync<Disk>,SupportsListingByResourceGroupAsync<Disk>,SupportsGettingByResourceGroup<Disk>,SupportsGettingById<Disk>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Disk>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<DisksInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -30,9 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -40,17 +37,20 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.compute._disks.grantAccess(String,String,AccessLevel,int)
id: grantAccess(String,String,AccessLevel,int)
@ -265,72 +265,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -446,75 +380,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -575,6 +506,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -616,18 +616,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -635,18 +635,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -697,11 +697,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -710,15 +710,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T>
content: public interface SupportsListingByResourceGroupAsync<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -727,7 +727,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -760,18 +760,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -35,7 +35,7 @@ references:
<p></p>
syntax:
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
content: public interface WithGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the next stage of the resource definition </p>

Просмотреть файл

@ -21,7 +21,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>Entry point to managed snapshot management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Snapshots extends SupportsCreating<Snapshot.DefinitionStages.Blank>,SupportsListingAsync<Snapshot>,SupportsListingByGroupAsync<Snapshot>,SupportsGettingByGroup<Snapshot>,SupportsGettingById<Snapshot>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<Snapshot>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<SnapshotsInner>
content: public interface Snapshots extends SupportsCreating<Snapshot.DefinitionStages.Blank>,SupportsListingAsync<Snapshot>,SupportsListingByResourceGroupAsync<Snapshot>,SupportsGettingByResourceGroup<Snapshot>,SupportsGettingById<Snapshot>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Snapshot>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<SnapshotsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -30,9 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -40,17 +37,20 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.compute._snapshots.grantAccess(String,String,AccessLevel,int)
id: grantAccess(String,String,AccessLevel,int)
@ -265,72 +265,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -446,75 +380,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -575,6 +506,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -616,18 +616,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -635,18 +635,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -697,11 +697,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -710,15 +710,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T>
content: public interface SupportsListingByResourceGroupAsync<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -727,7 +727,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -760,18 +760,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -35,7 +35,7 @@ references:
<p></p>
syntax:
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
content: public interface WithGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the next stage of the resource definition </p>

Просмотреть файл

@ -18,7 +18,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>Entry point to custom virtual machine image management. </p>
syntax:
content: public interface VirtualMachineCustomImages extends SupportsListingAsync<VirtualMachineCustomImage>,SupportsCreating<VirtualMachineCustomImage.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroup<VirtualMachineCustomImage>,SupportsGettingByGroup<VirtualMachineCustomImage>,SupportsGettingById<VirtualMachineCustomImage>,SupportsDeletingByGroup,SupportsBatchCreation<VirtualMachineCustomImage>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<ImagesInner>
content: public interface VirtualMachineCustomImages extends SupportsListingAsync<VirtualMachineCustomImage>,SupportsCreating<VirtualMachineCustomImage.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<VirtualMachineCustomImage>,SupportsGettingByResourceGroup<VirtualMachineCustomImage>,SupportsGettingById<VirtualMachineCustomImage>,SupportsDeletingByResourceGroup,SupportsBatchCreation<VirtualMachineCustomImage>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<ImagesInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -27,9 +27,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -37,16 +34,19 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
references:
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
@ -190,72 +190,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -371,75 +305,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -500,6 +431,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -541,18 +541,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -615,11 +615,11 @@ references:
<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.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -628,15 +628,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -645,7 +645,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -666,18 +666,18 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -24,7 +24,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>Entry point to virtual machine scale set management API. </p>
syntax:
content: public interface VirtualMachineScaleSets extends SupportsListingAsync<VirtualMachineScaleSet>,SupportsListingByGroupAsync<VirtualMachineScaleSet>,SupportsGettingByGroup<VirtualMachineScaleSet>,SupportsGettingById<VirtualMachineScaleSet>,SupportsCreating<VirtualMachineScaleSet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<VirtualMachineScaleSet>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachineScaleSetsInner>
content: public interface VirtualMachineScaleSets extends SupportsListingAsync<VirtualMachineScaleSet>,SupportsListingByResourceGroupAsync<VirtualMachineScaleSet>,SupportsGettingByResourceGroup<VirtualMachineScaleSet>,SupportsGettingById<VirtualMachineScaleSet>,SupportsCreating<VirtualMachineScaleSet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<VirtualMachineScaleSet>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachineScaleSetsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -33,9 +33,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -43,17 +40,20 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_sets.deallocate(String,String)
id: deallocate(String,String)
@ -383,72 +383,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -564,75 +498,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -693,6 +624,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -734,18 +734,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -753,18 +753,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -800,11 +800,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -813,15 +813,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T> extends SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroupAsync<T> extends SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -830,7 +830,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -878,18 +878,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -28,7 +28,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>Entry point to virtual machine management API. </p>
syntax:
content: public interface VirtualMachines extends SupportsListingAsync<VirtualMachine>,SupportsListingByGroupAsync<VirtualMachine>,SupportsGettingByGroup<VirtualMachine>,SupportsGettingById<VirtualMachine>,SupportsCreating<VirtualMachine.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<VirtualMachine>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachinesInner>
content: public interface VirtualMachines extends SupportsListingAsync<VirtualMachine>,SupportsListingByResourceGroupAsync<VirtualMachine>,SupportsGettingByResourceGroup<VirtualMachine>,SupportsGettingById<VirtualMachine>,SupportsCreating<VirtualMachine.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<VirtualMachine>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachinesInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -37,9 +37,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -47,17 +44,20 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.compute._virtual_machines.capture(String,String,String,String,boolean)
id: capture(String,String,String,String,boolean)
@ -456,72 +456,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -637,75 +571,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -766,6 +697,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -807,18 +807,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -826,18 +826,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -873,11 +873,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -886,15 +886,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T> extends SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroupAsync<T> extends SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -903,7 +903,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -951,18 +951,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -1148,4 +1148,4 @@ references:
type: Interface
summary: <p>Entry point to availability set management API. </p>
syntax:
content: public interface AvailabilitySets extends SupportsListingByGroup<AvailabilitySet>,SupportsGettingByGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>
content: public interface AvailabilitySets extends SupportsListingByResourceGroup<AvailabilitySet>,SupportsGettingByResourceGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>

Просмотреть файл

@ -440,7 +440,7 @@ references:
type: Interface
summary: <p>Entry point to availability set management API. </p>
syntax:
content: public interface AvailabilitySets extends SupportsListingByGroup<AvailabilitySet>,SupportsGettingByGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>
content: public interface AvailabilitySets extends SupportsListingByResourceGroup<AvailabilitySet>,SupportsGettingByResourceGroup<AvailabilitySet>,SupportsGettingById<AvailabilitySet>,SupportsListing<AvailabilitySet>,SupportsCreating<AvailabilitySet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<AvailabilitySet>,HasManager<ComputeManager>,HasInner<AvailabilitySetsInner>
- uid: com.microsoft.azure.management.compute._virtual_machines
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machines.yml

Просмотреть файл

@ -2903,4 +2903,4 @@ references:
type: Interface
summary: <p>Entry point to managed disk management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Disks extends SupportsCreating<Disk.DefinitionStages.Blank>,SupportsListingAsync<Disk>,SupportsListingByGroupAsync<Disk>,SupportsGettingByGroup<Disk>,SupportsGettingById<Disk>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<Disk>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<DisksInner>
content: public interface Disks extends SupportsCreating<Disk.DefinitionStages.Blank>,SupportsListingAsync<Disk>,SupportsListingByResourceGroupAsync<Disk>,SupportsGettingByResourceGroup<Disk>,SupportsGettingById<Disk>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Disk>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<DisksInner>

Просмотреть файл

@ -2903,4 +2903,4 @@ references:
type: Interface
summary: <p>Entry point to managed snapshot management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Snapshots extends SupportsCreating<Snapshot.DefinitionStages.Blank>,SupportsListingAsync<Snapshot>,SupportsListingByGroupAsync<Snapshot>,SupportsGettingByGroup<Snapshot>,SupportsGettingById<Snapshot>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<Snapshot>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<SnapshotsInner>
content: public interface Snapshots extends SupportsCreating<Snapshot.DefinitionStages.Blank>,SupportsListingAsync<Snapshot>,SupportsListingByResourceGroupAsync<Snapshot>,SupportsGettingByResourceGroup<Snapshot>,SupportsGettingById<Snapshot>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Snapshot>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<SnapshotsInner>

Просмотреть файл

@ -39,12 +39,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
@ -53,27 +47,33 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.deleteByIds(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(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.490b9c6bae7e52c680db63bba8986ba0.deleteInnerAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByIdAsync(String,ServiceCallback<T>)
- 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection.490b9c6bae7e52c680db63bba8986ba0.getInnerAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.GroupableResourcesImpl(InnerCollectionT,ManagerT)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.inner()
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.list()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.manager()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.TopLevelModifiableResourcesImpl(InnerCollectionT,ManagerT)
@ -462,140 +462,6 @@ references:
return:
type: c522ce07com.microsoft.azure.management.resources.fluentcore.model._created_resourcesb3b8560c
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByGroup(String groupName, String name)
fullName: final void com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The group the resource is part of </p>
- id: name
type: "26831127"
description: <p>The name of the resource </p>
return:
type: 3f6357ce
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: final ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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: 1bd0505a
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -724,6 +590,140 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByResourceGroup(String groupName, String name)
fullName: final void com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByResourceGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final void deleteByResourceGroup(String groupName, 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: 3f6357ce
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByResourceGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: final ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByResourceGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public final ServiceFuture<Void> deleteByResourceGroupAsync(String groupName, 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: 1bd0505a
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.deleteByResourceGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByResourceGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByResourceGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByResourceGroupAsync(String groupName, 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.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)
fullName: ServiceFuture<Void> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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.490b9c6bae7e52c680db63bba8986ba0.deleteInnerAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
@ -739,144 +739,6 @@ references:
type: "26831127"
return:
type: "56537e90"
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(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.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getById(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
@ -997,6 +859,144 @@ references:
return:
type: c0371a4e
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByResourceGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByResourceGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.collection.3e3691dbc506dc05cb5fc2a957ace38a.getByResourceGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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.arm.collection.490b9c6bae7e52c680db63bba8986ba0.getInnerAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
@ -1077,18 +1077,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroup(String)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
name: listByGroup(String resourceGroupName)
fullName: final PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.listByGroup(String resourceGroupName)
name: listByResourceGroup(String resourceGroupName)
fullName: final PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.listByResourceGroup(String resourceGroupName)
type: Method
summary: >-
<p>Lists resources of the specified type in the specified resource group.</p>
<p></p>
syntax:
content: public final PagedList<T> listByGroup(String resourceGroupName)
content: public final PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -1096,18 +1096,18 @@ references:
return:
type: 1228eeeb
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByGroupAsync(String)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.490b9c6bae7e52c680db63bba8986ba0.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.listByGroupAsync(String resourceGroupName)
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT, InnerT, ImplT extends T, InnerT extends Resource, InnerCollectionT extends InnerSupportsListing<InnerT,, ManagerT extends ManagerBase>.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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -1159,7 +1159,7 @@ references:
type: Class
summary: <p>Base class for resource collection classes. (Internal use only) </p>
syntax:
content: public class TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT,InnerT,ImplT extends T,InnerT extends Resource,InnerCollectionT extends InnerSupportsListing<InnerT,&InnerSupportsGet<InnerT> &InnerSupportsDelete<?>,ManagerT extends ManagerBase>>> extends GroupableResourcesImpl<T, ImplT, InnerT, InnerCollectionT, ManagerT> implements SupportsGettingById<T>,SupportsGettingByGroup<T>,SupportsDeletingByGroup,HasManager<ManagerT>,HasInner<InnerCollectionT>,SupportsListingAsync<T>,SupportsListingByGroupAsync<T>,SupportsBatchDeletion
content: public class TopLevelModifiableResourcesImpl<T extends GroupableResource<ManagerT,InnerT,ImplT extends T,InnerT extends Resource,InnerCollectionT extends InnerSupportsListing<InnerT,&InnerSupportsGet<InnerT> &InnerSupportsDelete<?>,ManagerT extends ManagerBase>>> extends GroupableResourcesImpl<T, ImplT, InnerT, InnerCollectionT, ManagerT> implements SupportsGettingById<T>,SupportsGettingByResourceGroup<T>,SupportsDeletingByResourceGroup,HasManager<ManagerT>,HasInner<InnerCollectionT>,SupportsListingAsync<T>,SupportsListingByResourceGroupAsync<T>,SupportsBatchDeletion
typeParameters:
- type: 8ce1ecb9
description: <p>the individual resource type returned </p>
@ -1182,7 +1182,7 @@ references:
type: Interface
summary: <p>Entry point to virtual machine scale set management API. </p>
syntax:
content: public interface VirtualMachineScaleSets extends SupportsListingAsync<VirtualMachineScaleSet>,SupportsListingByGroupAsync<VirtualMachineScaleSet>,SupportsGettingByGroup<VirtualMachineScaleSet>,SupportsGettingById<VirtualMachineScaleSet>,SupportsCreating<VirtualMachineScaleSet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<VirtualMachineScaleSet>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachineScaleSetsInner>
content: public interface VirtualMachineScaleSets extends SupportsListingAsync<VirtualMachineScaleSet>,SupportsListingByResourceGroupAsync<VirtualMachineScaleSet>,SupportsGettingByResourceGroup<VirtualMachineScaleSet>,SupportsGettingById<VirtualMachineScaleSet>,SupportsCreating<VirtualMachineScaleSet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<VirtualMachineScaleSet>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachineScaleSetsInner>
- uid: com.microsoft.azure.management.storage.implementation._storage_manager
parent: com.microsoft.azure.management.storage.implementation
href: com.microsoft.azure.management.storage.implementation._storage_manager.yml

Просмотреть файл

@ -6050,4 +6050,4 @@ references:
type: Interface
summary: <p>Entry point to virtual machine scale set management API. </p>
syntax:
content: public interface VirtualMachineScaleSets extends SupportsListingAsync<VirtualMachineScaleSet>,SupportsListingByGroupAsync<VirtualMachineScaleSet>,SupportsGettingByGroup<VirtualMachineScaleSet>,SupportsGettingById<VirtualMachineScaleSet>,SupportsCreating<VirtualMachineScaleSet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<VirtualMachineScaleSet>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachineScaleSetsInner>
content: public interface VirtualMachineScaleSets extends SupportsListingAsync<VirtualMachineScaleSet>,SupportsListingByResourceGroupAsync<VirtualMachineScaleSet>,SupportsGettingByResourceGroup<VirtualMachineScaleSet>,SupportsGettingById<VirtualMachineScaleSet>,SupportsCreating<VirtualMachineScaleSet.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<VirtualMachineScaleSet>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachineScaleSetsInner>

Просмотреть файл

@ -4475,4 +4475,4 @@ references:
type: Interface
summary: <p>Entry point to virtual machine management API. </p>
syntax:
content: public interface VirtualMachines extends SupportsListingAsync<VirtualMachine>,SupportsListingByGroupAsync<VirtualMachine>,SupportsGettingByGroup<VirtualMachine>,SupportsGettingById<VirtualMachine>,SupportsCreating<VirtualMachine.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<VirtualMachine>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachinesInner>
content: public interface VirtualMachines extends SupportsListingAsync<VirtualMachine>,SupportsListingByResourceGroupAsync<VirtualMachine>,SupportsGettingByResourceGroup<VirtualMachine>,SupportsGettingById<VirtualMachine>,SupportsCreating<VirtualMachine.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<VirtualMachine>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<VirtualMachinesInner>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -18,7 +18,7 @@ items:
package: com.microsoft.azure.management.dns
summary: <p>Entry point to DNS zone management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface DnsZones extends SupportsCreating<DnsZone.DefinitionStages.Blank>,SupportsListingAsync<DnsZone>,SupportsListingByGroupAsync<DnsZone>,SupportsGettingByGroup<DnsZone>,SupportsGettingById<DnsZone>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<DnsZone>,SupportsBatchDeletion,HasManager<DnsZoneManager>,HasInner<ZonesInner>
content: public interface DnsZones extends SupportsCreating<DnsZone.DefinitionStages.Blank>,SupportsListingAsync<DnsZone>,SupportsListingByResourceGroupAsync<DnsZone>,SupportsGettingByResourceGroup<DnsZone>,SupportsGettingById<DnsZone>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<DnsZone>,SupportsBatchDeletion,HasManager<DnsZoneManager>,HasInner<ZonesInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -27,9 +27,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -37,17 +34,20 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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_async.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
references:
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
@ -191,72 +191,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -372,75 +306,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -501,6 +432,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -542,18 +542,18 @@ references:
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -561,18 +561,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -623,11 +623,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -636,15 +636,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T>
content: public interface SupportsListingByResourceGroupAsync<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -653,7 +653,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -686,18 +686,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -248,7 +248,7 @@ references:
type: Interface
summary: <p>Entry point to DNS zone management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface DnsZones extends SupportsCreating<DnsZone.DefinitionStages.Blank>,SupportsListingAsync<DnsZone>,SupportsListingByGroupAsync<DnsZone>,SupportsGettingByGroup<DnsZone>,SupportsGettingById<DnsZone>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<DnsZone>,SupportsBatchDeletion,HasManager<DnsZoneManager>,HasInner<ZonesInner>
content: public interface DnsZones extends SupportsCreating<DnsZone.DefinitionStages.Blank>,SupportsListingAsync<DnsZone>,SupportsListingByResourceGroupAsync<DnsZone>,SupportsGettingByResourceGroup<DnsZone>,SupportsGettingById<DnsZone>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<DnsZone>,SupportsBatchDeletion,HasManager<DnsZoneManager>,HasInner<ZonesInner>
- uid: com.microsoft.azure.management.dns._http_status_code
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._http_status_code.yml
@ -843,6 +843,21 @@ references:
summary: <p>The entirety of a TXT record set update as a part of parent DNS zone update. </p>
syntax:
content: public interface UpdateTxtRecordSet extends DnsRecordSet.UpdateStages.WithTxtRecordTextValue,DnsRecordSet.Update
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitione7ffca259fda1f1df24b699a121ba159
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitione7ffca259fda1f1df24b699a121ba159.yml
name: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>
type: Interface
summary: >-
<p>The stage of the AAAA record set definition allowing to add first AAAA record.</p>
<p></p>
syntax:
content: public interface WithAaaaRecordIPv6Address<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_i_pv6_address
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_i_pv6_address.yml
@ -867,21 +882,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitione7ffca259fda1f1df24b699a121ba159
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitione7ffca259fda1f1df24b699a121ba159.yml
name: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>
type: Interface
summary: >-
<p>The stage of the AAAA record set definition allowing to add first AAAA record.</p>
<p></p>
syntax:
content: public interface WithAaaaRecordIPv6Address<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages35d2d6579996e9c302ed52bdd6cb0aef
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages35d2d6579996e9c302ed52bdd6cb0aef.yml
@ -951,21 +951,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitionefccaf2e69c318b361d59989c1574940
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitionefccaf2e69c318b361d59989c1574940.yml
name: DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithARecordIPv4AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages3b01ed55618ef24b1edf8633f30102d2
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages3b01ed55618ef24b1edf8633f30102d2.yml
@ -981,6 +966,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitionefccaf2e69c318b361d59989c1574940
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitionefccaf2e69c318b361d59989c1574940.yml
name: DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithARecordIPv4AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach.yml
@ -1020,21 +1020,6 @@ references:
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref href="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false"></xref>), but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<DnsZone>,DnsZone.DefinitionStages.WithRecordSet,Resource.DefinitionWithTags<WithCreate>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata.yml
name: DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
type: Interface
summary: >-
<p>The stage of the record set definition allowing to specify metadata.</p>
<p></p>
syntax:
content: public interface WithMetadata<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata.yml
@ -1053,6 +1038,21 @@ references:
summary: >-
<p>The stage of the record set definition allowing to specify metadata.</p>
<p></p>
syntax:
content: public interface WithMetadata<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata.yml
name: DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
type: Interface
summary: >-
<p>The stage of the record set definition allowing to specify metadata.</p>
<p></p>
syntax:
content: public interface WithMetadata<ParentT>
@ -1074,15 +1074,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_m_x_record_mail_exchange
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_m_x_record_mail_exchange.yml
name: DnsRecordSet.UpdateStages.WithMXRecordMailExchange
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMXRecordMailExchange
type: Interface
summary: <p>The stage of the MX record set definition allowing to add or remove MX record. </p>
syntax:
content: public interface WithMXRecordMailExchange
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesb22adf9c0b5fba8c9269e279dc4cfe2d
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesb22adf9c0b5fba8c9269e279dc4cfe2d.yml
@ -1098,6 +1089,30 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_m_x_record_mail_exchange
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_m_x_record_mail_exchange.yml
name: DnsRecordSet.UpdateStages.WithMXRecordMailExchange
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMXRecordMailExchange
type: Interface
summary: <p>The stage of the MX record set definition allowing to add or remove MX record. </p>
syntax:
content: public interface WithMXRecordMailExchange
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab.yml
name: DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithMXRecordMailExchangeOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition3c5327f0a5198a9fb4466bdfefd931a0
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition3c5327f0a5198a9fb4466bdfefd931a0.yml
@ -1113,21 +1128,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab.yml
name: DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithMXRecordMailExchangeOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_n_s_record_name_server
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_n_s_record_name_server.yml
@ -1137,21 +1137,6 @@ references:
summary: <p>The stage of the NS record set definition allowing to add or remove a NS record. </p>
syntax:
content: public interface WithNSRecordNameServer
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages79f696ad6a0fcbd00a09e47edb9bbd69
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages79f696ad6a0fcbd00a09e47edb9bbd69.yml
name: DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>
type: Interface
summary: >-
<p>The stage of the NS record set definition allowing to add a NS record.</p>
<p></p>
syntax:
content: public interface WithNSRecordNameServer<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition2ea0878d380c4b173183c6c4ae6561a6
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition2ea0878d380c4b173183c6c4ae6561a6.yml
@ -1167,21 +1152,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitiona9bb853576fd79aadf319c1387b23632
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages79f696ad6a0fcbd00a09e47edb9bbd69
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitiona9bb853576fd79aadf319c1387b23632.yml
name: DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages79f696ad6a0fcbd00a09e47edb9bbd69.yml
name: DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>
type: Interface
summary: >-
<p>The stage of the NS record set definition allowing to add additional NS records or attach the record set to the parent.</p>
<p>The stage of the NS record set definition allowing to add a NS record.</p>
<p></p>
syntax:
content: public interface WithNSRecordNameServerOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
content: public interface WithNSRecordNameServer<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages26e9d00616d1ee190c1569ec0fdd623e
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages26e9d00616d1ee190c1569ec0fdd623e.yml
@ -1197,6 +1182,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitiona9bb853576fd79aadf319c1387b23632
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitiona9bb853576fd79aadf319c1387b23632.yml
name: DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the NS record set definition allowing to add additional NS records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithNSRecordNameServerOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition39afa4d51af9c9d77144e170df996941
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition39afa4d51af9c9d77144e170df996941.yml
@ -1212,6 +1212,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages.fb1ecec8e6cc5230b5d599b83fe86eec
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages.fb1ecec8e6cc5230b5d599b83fe86eec.yml
name: DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
type: Interface
summary: <p>The stage of the CName record set definition allowing to add or remove CName record. </p>
syntax:
content: public interface WithPtrRecordTargetDomainName
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc82b7ef69622fddf990e71d5ccd2a2b1
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc82b7ef69622fddf990e71d5ccd2a2b1.yml
@ -1227,15 +1236,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages.fb1ecec8e6cc5230b5d599b83fe86eec
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages.fb1ecec8e6cc5230b5d599b83fe86eec.yml
name: DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
type: Interface
summary: <p>The stage of the CName record set definition allowing to add or remove CName record. </p>
syntax:
content: public interface WithPtrRecordTargetDomainName
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitiond5f6f6949115556c128e9e85fff5846f
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitiond5f6f6949115556c128e9e85fff5846f.yml
@ -1293,15 +1293,6 @@ references:
summary: <p>The stage of the SOA record definition allowing to update its attributes. </p>
syntax:
content: public interface WithSoaRecordAttributes
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry.yml
name: DnsRecordSet.UpdateStages.WithSrvRecordEntry
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry
type: Interface
summary: <p>The stage of the SRV record definition allowing to add or remove service record. </p>
syntax:
content: public interface WithSrvRecordEntry
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_srv_record_entry
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_srv_record_entry.yml
@ -1317,6 +1308,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry.yml
name: DnsRecordSet.UpdateStages.WithSrvRecordEntry
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry
type: Interface
summary: <p>The stage of the SRV record definition allowing to add or remove service record. </p>
syntax:
content: public interface WithSrvRecordEntry
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition5adc81f8bf1dc23a4ec0bad4d8ff4d79
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition5adc81f8bf1dc23a4ec0bad4d8ff4d79.yml
@ -1362,6 +1362,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl.yml
name: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTtl<ParentT>
type: Interface
summary: >-
<p>The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.</p>
<p></p>
syntax:
content: public interface WithTtl<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_ttl
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_ttl.yml
@ -1386,21 +1401,6 @@ references:
summary: <p>The stage of the record set update allowing to specify TTL for the records in this record set. </p>
syntax:
content: public interface WithTtl
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl.yml
name: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTtl<ParentT>
type: Interface
summary: >-
<p>The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.</p>
<p></p>
syntax:
content: public interface WithTtl<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition60151ae061220d19d102aacb4173a0e0
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition60151ae061220d19d102aacb4173a0e0.yml
@ -1440,21 +1440,6 @@ references:
summary: <p>The stage of the SRV record definition allowing to add or remove TXT record. </p>
syntax:
content: public interface WithTxtRecordTextValue
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesd5d658b88b5102e452adad6352a69b88
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesd5d658b88b5102e452adad6352a69b88.yml
name: DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithTxtRecordTextValueOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition08ba0aba9cec693b59bffcf1799f7e3f
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition08ba0aba9cec693b59bffcf1799f7e3f.yml
@ -1470,3 +1455,18 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesd5d658b88b5102e452adad6352a69b88
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesd5d658b88b5102e452adad6352a69b88.yml
name: DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithTxtRecordTextValueOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -273,15 +273,6 @@ references:
summary: <p>Grouping of all the user definition stages. </p>
syntax:
content: public interface DefinitionStages
- uid: com.microsoft.azure.management.graphrbac._user._update
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._update.yml
name: User.Update
fullName: com.microsoft.azure.management.graphrbac.User.Update
type: Interface
summary: <p>The template for a user update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._update
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._update.yml
@ -291,6 +282,15 @@ references:
summary: <p>The template for a group update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update
- uid: com.microsoft.azure.management.graphrbac._user._update
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._update.yml
name: User.Update
fullName: com.microsoft.azure.management.graphrbac.User.Update
type: Interface
summary: <p>The template for a user update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update
- uid: com.microsoft.azure.management.graphrbac._service_principal._update
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._update.yml
@ -300,6 +300,15 @@ references:
summary: <p>The template for a service principal update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages.yml
name: ActiveDirectoryGroup.UpdateStages
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.UpdateStages
type: Interface
summary: <p>Grouping of all the group update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.graphrbac._user._update_stages
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._update_stages.yml
@ -318,24 +327,6 @@ references:
summary: <p>Grouping of all the service principal update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages.yml
name: ActiveDirectoryGroup.UpdateStages
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.UpdateStages
type: Interface
summary: <p>Grouping of all the group update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.graphrbac._service_principal._definiti0dc1c0c478fe3add6eedbacab4f16326
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._definiti0dc1c0c478fe3add6eedbacab4f16326.yml
name: ServicePrincipal.DefinitionStages.WithAccountEnabled
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.DefinitionStages.WithAccountEnabled
type: Interface
summary: <p>The stage of service principal definition allowing specifying if the service principal account is enabled. </p>
syntax:
content: public interface WithAccountEnabled
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_account_enabled
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_account_enabled.yml
@ -345,6 +336,15 @@ references:
summary: <p>The stage of a user definition allowing specifying if the account is enabled. </p>
syntax:
content: public interface WithAccountEnabled
- uid: com.microsoft.azure.management.graphrbac._service_principal._definiti0dc1c0c478fe3add6eedbacab4f16326
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._definiti0dc1c0c478fe3add6eedbacab4f16326.yml
name: ServicePrincipal.DefinitionStages.WithAccountEnabled
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.DefinitionStages.WithAccountEnabled
type: Interface
summary: <p>The stage of service principal definition allowing specifying if the service principal account is enabled. </p>
syntax:
content: public interface WithAccountEnabled
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_create
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_create.yml
@ -372,15 +372,6 @@ references:
summary: <p>An AD group definition with sufficient inputs to create a new group in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends Creatable<ActiveDirectoryGroup>
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name.yml
name: User.DefinitionStages.WithDisplayName
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithDisplayName
type: Interface
summary: <p>The stage of a user definition allowing display name to be set. </p>
syntax:
content: public interface WithDisplayName
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._defccfce8c0aae4b8ecccf1989a164ddd01
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._defccfce8c0aae4b8ecccf1989a164ddd01.yml
@ -390,6 +381,15 @@ references:
summary: <p>The stage of group definition allowing display name to be specified. </p>
syntax:
content: public interface WithDisplayName
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name.yml
name: User.DefinitionStages.WithDisplayName
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithDisplayName
type: Interface
summary: <p>The stage of a user definition allowing display name to be set. </p>
syntax:
content: public interface WithDisplayName
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._defbd6e139bb2979ccecc691006b36e6c6b
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._defbd6e139bb2979ccecc691006b36e6c6b.yml

Просмотреть файл

@ -18,24 +18,24 @@ items:
package: com.microsoft.azure.management.keyvault
summary: <p>Entry point for key vaults management API. </p>
syntax:
content: public interface Vaults extends SupportsCreating<Vault.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroupAsync<Vault>,SupportsGettingByGroup<Vault>,SupportsGettingById<Vault>,SupportsDeletingByGroup,HasManager<KeyVaultManager>,HasInner<VaultsInner>
content: public interface Vaults extends SupportsCreating<Vault.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroupAsync<Vault>,SupportsGettingByResourceGroup<Vault>,SupportsGettingById<Vault>,SupportsDeletingByResourceGroup,HasManager<KeyVaultManager>,HasInner<VaultsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.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)
@ -59,72 +59,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -182,75 +116,72 @@ references:
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_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -311,6 +242,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -322,18 +322,18 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -341,18 +341,18 @@ references:
return:
type: e5f90f8a
description: <p>the list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.listByGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: listByGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>.listByGroupAsync(String resourceGroupName)
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: listByResourceGroupAsync(String resourceGroupName)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<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> listByGroupAsync(String resourceGroupName)
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -398,11 +398,11 @@ references:
<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.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection2df6b87f2bd0e4d4726a0fc10457fe24.yml
name: SupportsListingByGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroupAsync<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
name: SupportsListingByResourceGroupAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -411,15 +411,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroupAsync<T> extends SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroupAsync<T> extends SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -428,7 +428,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -449,18 +449,18 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
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

Просмотреть файл

@ -1829,4 +1829,4 @@ references:
type: Interface
summary: <p>Entry point for key vaults management API. </p>
syntax:
content: public interface Vaults extends SupportsCreating<Vault.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroupAsync<Vault>,SupportsGettingByGroup<Vault>,SupportsGettingById<Vault>,SupportsDeletingByGroup,HasManager<KeyVaultManager>,HasInner<VaultsInner>
content: public interface Vaults extends SupportsCreating<Vault.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroupAsync<Vault>,SupportsGettingByResourceGroup<Vault>,SupportsGettingById<Vault>,SupportsDeletingByResourceGroup,HasManager<KeyVaultManager>,HasInner<VaultsInner>

Просмотреть файл

@ -175,7 +175,7 @@ references:
type: Interface
summary: <p>Entry point for key vaults management API. </p>
syntax:
content: public interface Vaults extends SupportsCreating<Vault.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByGroupAsync<Vault>,SupportsGettingByGroup<Vault>,SupportsGettingById<Vault>,SupportsDeletingByGroup,HasManager<KeyVaultManager>,HasInner<VaultsInner>
content: public interface Vaults extends SupportsCreating<Vault.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroupAsync<Vault>,SupportsGettingByResourceGroup<Vault>,SupportsGettingById<Vault>,SupportsDeletingByResourceGroup,HasManager<KeyVaultManager>,HasInner<VaultsInner>
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._blank
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._blank.yml
@ -254,15 +254,6 @@ references:
summary: <p>Grouping of all the key vault definition stages. </p>
syntax:
content: public interface DefinitionStages
- uid: com.microsoft.azure.management.keyvault._vault._update
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._update.yml
name: Vault.Update
fullName: com.microsoft.azure.management.keyvault.Vault.Update
type: Interface
summary: <p>The template for a key vault update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Resource.UpdateWithTags<Update>,Appliable<Vault>,Vault.UpdateStages.WithAccessPolicy,Vault.UpdateStages.WithConfigurations
- uid: com.microsoft.azure.management.keyvault._access_policy._update
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update.yml
@ -272,6 +263,15 @@ references:
summary: <p>The entirety of an access policy update as part of a key vault update. </p>
syntax:
content: public interface Update extends AccessPolicy.UpdateStages.WithPermissions,Settable<Vault.Update>
- uid: com.microsoft.azure.management.keyvault._vault._update
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._update.yml
name: Vault.Update
fullName: com.microsoft.azure.management.keyvault.Vault.Update
type: Interface
summary: <p>The template for a key vault update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Resource.UpdateWithTags<Update>,Appliable<Vault>,Vault.UpdateStages.WithAccessPolicy,Vault.UpdateStages.WithConfigurations
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definition
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_definition.yml
@ -395,18 +395,6 @@ references:
summary: <p>A key vault definition allowing resource group to be set. </p>
syntax:
content: public interface WithGroup extends GroupableResource<TManager, InnerT>.DefinitionStages.WithGroup<WithAccessPolicy>
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_identity
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_identity.yml
name: AccessPolicy.DefinitionStages.WithIdentity<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.DefinitionStages.WithIdentity<ParentT>
type: Interface
summary: <p>The access policy definition stage allowing the Active Directory identity to be specified. </p>
syntax:
content: public interface WithIdentity<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definition_stages._with_identity
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_definition_stages._with_identity.yml
@ -419,27 +407,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_identity
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1.yml
name: AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_identity.yml
name: AccessPolicy.DefinitionStages.WithIdentity<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.DefinitionStages.WithIdentity<ParentT>
type: Interface
summary: <p>The access policy definition stage allowing permissions to be added. </p>
summary: <p>The access policy definition stage allowing the Active Directory identity to be specified. </p>
syntax:
content: public interface WithPermissions<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions.yml
name: AccessPolicy.DefinitionStages.WithPermissions<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.DefinitionStages.WithPermissions<ParentT>
type: Interface
summary: <p>The access policy definition stage allowing permissions to be added. </p>
syntax:
content: public interface WithPermissions<ParentT>
content: public interface WithIdentity<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
@ -452,6 +428,30 @@ references:
summary: <p>The access policy update stage allowing permissions to be added or removed. </p>
syntax:
content: public interface WithPermissions
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions.yml
name: AccessPolicy.DefinitionStages.WithPermissions<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.DefinitionStages.WithPermissions<ParentT>
type: Interface
summary: <p>The access policy definition stage allowing permissions to be added. </p>
syntax:
content: public interface WithPermissions<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1.yml
name: AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
type: Interface
summary: <p>The access policy definition stage allowing permissions to be added. </p>
syntax:
content: public interface WithPermissions<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_sku
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_sku.yml

Просмотреть файл

@ -21,14 +21,14 @@ items:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._appliable.apply()
- com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync()
- com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_backend.defineBackend(String)
- com.microsoft.azure.management.network._application_gateway._update_s3a220b7de85a791e417d02c45480754e.defineBackendHttpConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.defineDefaultIpConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.defineDefaultIPConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_listener.defineListener(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend.definePrivateFrontend()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_probe.defineProbe(String)
@ -38,9 +38,9 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_backend.updateBackend(String)
- com.microsoft.azure.management.network._application_gateway._update_s3a220b7de85a791e417d02c45480754e.updateBackendHttpConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateDefaultIpConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateDefaultIPConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend.updateFrontend(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateIpConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateIPConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_listener.updateListener(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_probe.updateProbe(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend.updatePublicFrontend()
@ -59,7 +59,7 @@ items:
- com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend.withoutFrontend(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend_port.withoutFrontendPort(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend_port.withoutFrontendPort(int)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.withoutIpConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.withoutIPConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_listener.withoutListener(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend.withoutPrivateFrontend()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_probe.withoutProbe(String)
@ -151,20 +151,20 @@ references:
return:
type: 98120fe9com.microsoft.azure.management.network._application_gateway._updatea08ddfce
description: <p>the first stage of the backend HTTP configuration definition </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.defineDefaultIpConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
name: defineDefaultIpConfiguration()
fullName: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<Update> com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.defineDefaultIpConfiguration()
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.defineDefaultIPConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
name: defineDefaultIPConfiguration()
fullName: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<Update> com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.defineDefaultIPConfiguration()
type: Method
summary: >-
<p>Begins the definition of the default IP configuration. </p>
<p>If a default IP configuration already exists, it will be this is equivalent to<programlisting><codeline><highlight class="normal">updateDefaultIpConfiguration()<sp></sp></highlight></codeline></programlisting> . </p>
<p>If a default IP configuration already exists, it will be this is equivalent to . </p>
syntax:
content: public ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<Update> defineDefaultIpConfiguration()
content: public ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<Update> defineDefaultIPConfiguration()
return:
type: 644cd569com.microsoft.azure.management.network._application_gateway._updatea08ddfce
type: fd725028com.microsoft.azure.management.network._application_gateway._updatea08ddfce
description: <p>the first stage of an IP configuration update </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_listener.defineListener(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_listener
@ -297,17 +297,17 @@ references:
return:
type: ae69dffe
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateDefaultIpConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
name: updateDefaultIpConfiguration()
fullName: ApplicationGatewayIpConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.updateDefaultIpConfiguration()
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateDefaultIPConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
name: updateDefaultIPConfiguration()
fullName: ApplicationGatewayIPConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.updateDefaultIPConfiguration()
type: Method
summary: <p>Begins the update of the default IP configuration i.e. the only one IP configuration that exists, assuming only one exists. </p>
syntax:
content: public ApplicationGatewayIpConfiguration.Update updateDefaultIpConfiguration()
content: public ApplicationGatewayIPConfiguration.Update updateDefaultIPConfiguration()
return:
type: b2f70b63
type: 5bb537e8
description: <p>the first stage of an IP configuration update. </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend.updateFrontend(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend
@ -325,21 +325,21 @@ references:
return:
type: 03c831ef
description: <p>the first stage of the frontend IP configuration update </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateIpConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
name: updateIpConfiguration(String ipConfigurationName)
fullName: ApplicationGatewayIpConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.updateIpConfiguration(String ipConfigurationName)
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateIPConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
name: updateIPConfiguration(String ipConfigurationName)
fullName: ApplicationGatewayIPConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.updateIPConfiguration(String ipConfigurationName)
type: Method
summary: <p>Begins the update of an existing IP configuration. </p>
syntax:
content: public ApplicationGatewayIpConfiguration.Update updateIpConfiguration(String ipConfigurationName)
content: public ApplicationGatewayIPConfiguration.Update updateIPConfiguration(String ipConfigurationName)
parameters:
- id: ipConfigurationName
type: "26831127"
description: <p>the name of an existing IP configuration </p>
return:
type: b2f70b63
type: 5bb537e8
description: <p>the first stage of an IP configuration update </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_listener.updateListener(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_listener
@ -662,18 +662,18 @@ references:
return:
type: com.microsoft.azure.management.network._application_gateway._update
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.withoutIpConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
name: withoutIpConfiguration(String ipConfigurationName)
fullName: Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.withoutIpConfiguration(String ipConfigurationName)
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.withoutIPConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
name: withoutIPConfiguration(String ipConfigurationName)
fullName: Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.withoutIPConfiguration(String ipConfigurationName)
type: Method
summary: >-
<p>Removes the specified IP configuration. </p>
<p>Note that removing an IP configuration referenced by other settings may break the application gateway. Also, there must be at least one IP configuration for the application gateway to function. </p>
syntax:
content: public Update withoutIpConfiguration(String ipConfigurationName)
content: public Update withoutIPConfiguration(String ipConfigurationName)
parameters:
- id: ipConfigurationName
type: "26831127"
@ -895,15 +895,15 @@ references:
summary: <p>The stage of an application gateway update allowing to modify backend HTTP configurations. </p>
syntax:
content: public interface WithBackendHttpConfig
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
name: ApplicationGateway.UpdateStages.WithIpConfig
fullName: com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
name: ApplicationGateway.UpdateStages.WithIPConfig
fullName: com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig
type: Interface
summary: <p>The stage of an application gateway update allowing to modify IP configurations. </p>
syntax:
content: public interface WithIpConfig
content: public interface WithIPConfig
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_frontend.yml

Просмотреть файл

@ -128,4 +128,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -46,4 +46,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -125,4 +125,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -178,4 +178,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -132,7 +132,7 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
- uid: com.microsoft.azure.management.network._subnet
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._subnet.yml

Просмотреть файл

@ -214,4 +214,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -149,4 +149,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -1,17 +1,17 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
id: _with_ip_config
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
id: _with_i_p_config
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.defineDefaultIpConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateDefaultIpConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateIpConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.withoutIpConfiguration(String)
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.defineDefaultIPConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateDefaultIPConfiguration()
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateIPConfiguration(String)
- com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.withoutIPConfiguration(String)
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
langs:
- java
name: ApplicationGateway.UpdateStages.WithIpConfig
fullName: com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig
name: ApplicationGateway.UpdateStages.WithIPConfig
fullName: com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig
type: Interface
source:
remote: &o0
@ -23,15 +23,15 @@ items:
package: com.microsoft.azure.management.network
summary: <p>The stage of an application gateway update allowing to modify IP configurations. </p>
syntax:
content: public interface WithIpConfig
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.defineDefaultIpConfiguration()
id: defineDefaultIpConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
content: public interface WithIPConfig
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.defineDefaultIPConfiguration()
id: defineDefaultIPConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
langs:
- java
name: defineDefaultIpConfiguration()
fullName: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<Update> com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.defineDefaultIpConfiguration()
name: defineDefaultIPConfiguration()
fullName: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<Update> com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.defineDefaultIPConfiguration()
type: Method
source:
remote: *o0
@ -41,20 +41,20 @@ items:
summary: >-
<p>Begins the definition of the default IP configuration. </p>
<p>If a default IP configuration already exists, it will be this is equivalent to<programlisting><codeline><highlight class="normal">updateDefaultIpConfiguration()<sp></sp></highlight></codeline></programlisting> . </p>
<p>If a default IP configuration already exists, it will be this is equivalent to . </p>
syntax:
content: public ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<Update> defineDefaultIpConfiguration()
content: public ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<Update> defineDefaultIPConfiguration()
return:
type: 644cd569com.microsoft.azure.management.network._application_gateway._updatea08ddfce
type: fd725028com.microsoft.azure.management.network._application_gateway._updatea08ddfce
description: <p>the first stage of an IP configuration update </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateDefaultIpConfiguration()
id: updateDefaultIpConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateDefaultIPConfiguration()
id: updateDefaultIPConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
langs:
- java
name: updateDefaultIpConfiguration()
fullName: ApplicationGatewayIpConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.updateDefaultIpConfiguration()
name: updateDefaultIPConfiguration()
fullName: ApplicationGatewayIPConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.updateDefaultIPConfiguration()
type: Method
source:
remote: *o0
@ -62,19 +62,19 @@ items:
startLine: 531
package: com.microsoft.azure.management.network
summary: <p>Begins the update of the default IP configuration i.e. the only one IP configuration that exists, assuming only one exists. </p>
syntax:
content: public ApplicationGatewayIpConfiguration.Update updateDefaultIpConfiguration()
syntax: &o1
content: public ApplicationGatewayIPConfiguration.Update updateDefaultIPConfiguration()
return:
type: b2f70b63
type: 5bb537e8
description: <p>the first stage of an IP configuration update. </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.updateIpConfiguration(String)
id: updateIpConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateIPConfiguration(String)
id: updateIPConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
langs:
- java
name: updateIpConfiguration(String ipConfigurationName)
fullName: ApplicationGatewayIpConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.updateIpConfiguration(String ipConfigurationName)
name: updateIPConfiguration(String ipConfigurationName)
fullName: ApplicationGatewayIPConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.updateIPConfiguration(String ipConfigurationName)
type: Method
source:
remote: *o0
@ -83,22 +83,22 @@ items:
package: com.microsoft.azure.management.network
summary: <p>Begins the update of an existing IP configuration. </p>
syntax:
content: public ApplicationGatewayIpConfiguration.Update updateIpConfiguration(String ipConfigurationName)
content: public ApplicationGatewayIPConfiguration.Update updateIPConfiguration(String ipConfigurationName)
parameters:
- id: ipConfigurationName
type: "26831127"
description: <p>the name of an existing IP configuration </p>
return:
type: b2f70b63
type: 5bb537e8
description: <p>the first stage of an IP configuration update </p>
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.withoutIpConfiguration(String)
id: withoutIpConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_ip_config.yml
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.withoutIPConfiguration(String)
id: withoutIPConfiguration(String)
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
langs:
- java
name: withoutIpConfiguration(String ipConfigurationName)
fullName: Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIpConfig.withoutIpConfiguration(String ipConfigurationName)
name: withoutIPConfiguration(String ipConfigurationName)
fullName: Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.withoutIPConfiguration(String ipConfigurationName)
type: Method
source:
remote: *o0
@ -110,7 +110,7 @@ items:
<p>Note that removing an IP configuration referenced by other settings may break the application gateway. Also, there must be at least one IP configuration for the application gateway to function. </p>
syntax:
content: public Update withoutIpConfiguration(String ipConfigurationName)
content: public Update withoutIPConfiguration(String ipConfigurationName)
parameters:
- id: ipConfigurationName
type: "26831127"
@ -123,14 +123,14 @@ references:
spec.java:
- name: String
fullName: String
- uid: b2f70b63
- uid: 5bb537e8
spec.java:
- name: ApplicationGatewayIpConfiguration.Update
fullName: ApplicationGatewayIpConfiguration.Update
- uid: 644cd569com.microsoft.azure.management.network._application_gateway._updatea08ddfce
- name: ApplicationGatewayIPConfiguration.Update
fullName: ApplicationGatewayIPConfiguration.Update
- uid: fd725028com.microsoft.azure.management.network._application_gateway._updatea08ddfce
spec.java:
- name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<
fullName: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<
- name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<
fullName: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<
- uid: com.microsoft.azure.management.network._application_gateway._update
name: ApplicationGateway.Update
fullName: com.microsoft.azure.management.network.ApplicationGateway.Update
@ -148,4 +148,12 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
- uid: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.updateDefaultIPConfiguration()
parent: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config
href: com.microsoft.azure.management.network._application_gateway._update_stages._with_i_p_config.yml
name: updateDefaultIPConfiguration()
fullName: ApplicationGatewayIPConfiguration.Update com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithIPConfig.updateDefaultIPConfiguration()
type: Method
summary: <p>Begins the update of the default IP configuration i.e. the only one IP configuration that exists, assuming only one exists. </p>
syntax: *o1

Просмотреть файл

@ -61,4 +61,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -128,4 +128,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -77,4 +77,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -125,4 +125,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -57,7 +57,7 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
- uid: com.microsoft.azure.management.network._application_gateway_sku_name
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_sku_name.yml

Просмотреть файл

@ -99,4 +99,4 @@ references:
<p>Call<programlisting><codeline><highlight class="normal">apply()<sp></sp></highlight></codeline></programlisting> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIpConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe
content: public interface Update extends Appliable<ApplicationGateway>,Resource.UpdateWithTags<Update>,ApplicationGateway.UpdateStages.WithSize,ApplicationGateway.UpdateStages.WithInstanceCount,ApplicationGateway.UpdateStages.WithBackend,ApplicationGateway.UpdateStages.WithBackendHttpConfig,ApplicationGateway.UpdateStages.WithIPConfig,ApplicationGateway.UpdateStages.WithFrontend,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGateway.UpdateStages.WithFrontendPort,ApplicationGateway.UpdateStages.WithSslCert,ApplicationGateway.UpdateStages.WithListener,ApplicationGateway.UpdateStages.WithRequestRoutingRule,ApplicationGateway.UpdateStages.WithExistingSubnet,ApplicationGateway.UpdateStages.WithProbe

Просмотреть файл

@ -5,7 +5,7 @@ items:
children:
- com.microsoft.azure.management.network._application_gateway.backendHttpConfigurations()
- com.microsoft.azure.management.network._application_gateway.backends()
- com.microsoft.azure.management.network._application_gateway.defaultIpConfiguration()
- com.microsoft.azure.management.network._application_gateway.defaultIPConfiguration()
- com.microsoft.azure.management.network._application_gateway.defaultPrivateFrontend()
- com.microsoft.azure.management.network._application_gateway.defaultPublicFrontend()
- com.microsoft.azure.management.network._application_gateway.frontendPortNameFromNumber(int)
@ -104,14 +104,14 @@ items:
return:
type: 2108f1f4com.microsoft.azure.management.network._application_gateway_backenda08ddfce
description: <p>backend address pools of this application gateway, indexed by name </p>
- uid: com.microsoft.azure.management.network._application_gateway.defaultIpConfiguration()
id: defaultIpConfiguration()
- uid: com.microsoft.azure.management.network._application_gateway.defaultIPConfiguration()
id: defaultIPConfiguration()
parent: com.microsoft.azure.management.network._application_gateway
href: com.microsoft.azure.management.network._application_gateway.yml
langs:
- java
name: defaultIpConfiguration()
fullName: ApplicationGatewayIpConfiguration com.microsoft.azure.management.network.ApplicationGateway.defaultIpConfiguration()
name: defaultIPConfiguration()
fullName: ApplicationGatewayIPConfiguration com.microsoft.azure.management.network.ApplicationGateway.defaultIPConfiguration()
type: Method
source:
remote: *o0
@ -119,9 +119,9 @@ items:
startLine: 131
package: com.microsoft.azure.management.network
syntax:
content: public ApplicationGatewayIpConfiguration defaultIpConfiguration()
content: public ApplicationGatewayIPConfiguration defaultIPConfiguration()
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configuration
type: com.microsoft.azure.management.network._application_gateway_i_p_configuration
description: <p>the IP configuration named "default" if it exists, or the one existing IP configuration if only one exists, else null </p>
- uid: com.microsoft.azure.management.network._application_gateway.defaultPrivateFrontend()
id: defaultPrivateFrontend()
@ -249,7 +249,7 @@ items:
langs:
- java
name: ipConfigurations()
fullName: Map<String, ApplicationGatewayIpConfiguration> com.microsoft.azure.management.network.ApplicationGateway.ipConfigurations()
fullName: Map<String, ApplicationGatewayIPConfiguration> com.microsoft.azure.management.network.ApplicationGateway.ipConfigurations()
type: Method
source:
remote: *o0
@ -257,9 +257,9 @@ items:
startLine: 116
package: com.microsoft.azure.management.network
syntax:
content: public Map<String, ApplicationGatewayIpConfiguration> ipConfigurations()
content: public Map<String, ApplicationGatewayIPConfiguration> ipConfigurations()
return:
type: 2108f1f4com.microsoft.azure.management.network._application_gateway_ip_configurationa08ddfce
type: 2108f1f4com.microsoft.azure.management.network._application_gateway_i_p_configurationa08ddfce
description: <p>IP configurations of this application gateway, indexed by name </p>
- uid: com.microsoft.azure.management.network._application_gateway.isPrivate()
id: isPrivate()
@ -619,14 +619,14 @@ references:
spec.java:
- name: int
fullName: int
- uid: 2108f1f4com.microsoft.azure.management.network._application_gateway_ip_configurationa08ddfce
- uid: 2108f1f4com.microsoft.azure.management.network._application_gateway_i_p_configurationa08ddfce
spec.java:
- name: 'Map<String, '
fullName: 'Map<String, '
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration
name: ApplicationGatewayIpConfiguration
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration
href: com.microsoft.azure.management.network._application_gateway_ip_configuration.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration
name: ApplicationGatewayIPConfiguration
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration.yml
- name: '>'
fullName: '>'
- uid: 2108f1f4com.microsoft.azure.management.network._application_gateway_backenda08ddfce
@ -1025,15 +1025,15 @@ references:
summary: <p>Application gateway SSL policy. </p>
syntax:
content: public class ApplicationGatewaySslPolicy
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration.yml
name: ApplicationGatewayIpConfiguration
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration.yml
name: ApplicationGatewayIPConfiguration
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration
type: Interface
summary: <p>An immutable client-side representation of an application gateway IP configuration. </p>
syntax:
content: public interface ApplicationGatewayIpConfiguration
content: public interface ApplicationGatewayIPConfiguration
- uid: com.microsoft.azure.management.network._application_gateway_backend
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_backend.yml

Просмотреть файл

@ -24,7 +24,7 @@ items:
syntax:
content: public interface ApplicationGatewayBackend extends HasInner<ApplicationGatewayBackendAddressPoolInner>,ChildResource<ApplicationGateway>,HasBackendNics
inheritedMembers:
- com.microsoft.azure.management.network.model._has_backend_nics.backendNicIpConfigurationNames()
- com.microsoft.azure.management.network.model._has_backend_nics.backendNicIPConfigurationNames()
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
@ -115,14 +115,14 @@ references:
spec.java:
- name: boolean
fullName: boolean
- uid: com.microsoft.azure.management.network.model._has_backend_nics.backendNicIpConfigurationNames()
- uid: com.microsoft.azure.management.network.model._has_backend_nics.backendNicIPConfigurationNames()
parent: com.microsoft.azure.management.network.model._has_backend_nics
href: com.microsoft.azure.management.network.model._has_backend_nics.yml
name: backendNicIpConfigurationNames()
fullName: Map<String, String> com.microsoft.azure.management.network.model.HasBackendNics.backendNicIpConfigurationNames()
name: backendNicIPConfigurationNames()
fullName: Map<String, String> com.microsoft.azure.management.network.model.HasBackendNics.backendNicIPConfigurationNames()
type: Method
syntax:
content: public Map<String, String> backendNicIpConfigurationNames()
content: public Map<String, String> backendNicIPConfigurationNames()
return:
type: 689c8cb5
description: <p>a map of names of the IP configurations of network interfaces assigned to this backend, indexed by their NIC's resource id </p>

Просмотреть файл

@ -8,7 +8,7 @@ items:
- com.microsoft.azure.management.network._application_gateway_backend_health_server.ipConfiguration()
- com.microsoft.azure.management.network._application_gateway_backend_health_server.withAddress(String)
- com.microsoft.azure.management.network._application_gateway_backend_health_server.withHealth(ApplicationGatewayBackendHealthServerHealth)
- com.microsoft.azure.management.network._application_gateway_backend_health_server.withIpConfiguration(SubResource)
- com.microsoft.azure.management.network._application_gateway_backend_health_server.withIPConfiguration(SubResource)
href: com.microsoft.azure.management.network._application_gateway_backend_health_server.yml
langs:
- java
@ -151,14 +151,14 @@ items:
return:
type: com.microsoft.azure.management.network._application_gateway_backend_health_server
description: <p>the <xref href="com.microsoft.azure.management.network._application_gateway_backend_health_server" data-throw-if-not-resolved="false"></xref> object itself. </p>
- uid: com.microsoft.azure.management.network._application_gateway_backend_health_server.withIpConfiguration(SubResource)
id: withIpConfiguration(SubResource)
- uid: com.microsoft.azure.management.network._application_gateway_backend_health_server.withIPConfiguration(SubResource)
id: withIPConfiguration(SubResource)
parent: com.microsoft.azure.management.network._application_gateway_backend_health_server
href: com.microsoft.azure.management.network._application_gateway_backend_health_server.yml
langs:
- java
name: withIpConfiguration(SubResource ipConfiguration)
fullName: ApplicationGatewayBackendHealthServer com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer.withIpConfiguration(SubResource ipConfiguration)
name: withIPConfiguration(SubResource ipConfiguration)
fullName: ApplicationGatewayBackendHealthServer com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer.withIPConfiguration(SubResource ipConfiguration)
type: Method
source:
remote: *o0
@ -170,7 +170,7 @@ items:
<p></p>
syntax:
content: public ApplicationGatewayBackendHealthServer withIpConfiguration(SubResource ipConfiguration)
content: public ApplicationGatewayBackendHealthServer withIPConfiguration(SubResource ipConfiguration)
parameters:
- id: ipConfiguration
type: 4151c390

Просмотреть файл

@ -1,12 +1,12 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_frontend.f7d481d40c9783e64aff2bc726c0d592
id: f7d481d40c9783e64aff2bc726c0d592
- uid: com.microsoft.azure.management.network._application_gateway_frontend.12a444882656e85e84e70c76763fd040
id: 12a444882656e85e84e70c76763fd040
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_frontend.f7d481d40c9783e64aff2bc726c0d592.yml
href: com.microsoft.azure.management.network._application_gateway_frontend.12a444882656e85e84e70c76763fd040.yml
langs:
- java
name: ApplicationGatewayFrontend.DefinitionStages.WithPrivateIp<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayFrontend.DefinitionStages.WithPrivateIp<ParentT>
name: ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
type: Interface
source:
remote:
@ -18,7 +18,7 @@ items:
package: com.microsoft.azure.management.network
summary: <p>The stage of an application gateway frontend definition allowing to specify the private IP address this application gateway should be available at within the selected subnet. </p>
syntax:
content: public interface WithPrivateIp<ParentT> extends HasPrivateIPAddress.DefinitionStages.WithPrivateIPAddress<WithAttach<ParentT>>
content: public interface WithPrivateIP<ParentT> extends HasPrivateIPAddress.DefinitionStages.WithPrivateIPAddress<WithAttach<ParentT>>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent application gateway definition to return to after attaching this definition </p>
@ -81,7 +81,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the frontend definition can be attached to the parent application gateway definition. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinitionAlt,ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPrivateIp<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinitionAlt,ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent application gateway definition to return to after attaching this definition </p>

Просмотреть файл

@ -21,7 +21,7 @@ items:
<p>At this stage, any remaining optional settings can be specified, or the frontend definition can be attached to the parent application gateway definition. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinitionAlt,ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPrivateIp<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinitionAlt,ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent application gateway definition to return to after attaching this definition </p>
@ -138,15 +138,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent application gateway definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_frontend.f7d481d40c9783e64aff2bc726c0d592
- uid: com.microsoft.azure.management.network._application_gateway_frontend.12a444882656e85e84e70c76763fd040
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_frontend.f7d481d40c9783e64aff2bc726c0d592.yml
name: ApplicationGatewayFrontend.DefinitionStages.WithPrivateIp<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayFrontend.DefinitionStages.WithPrivateIp<ParentT>
href: com.microsoft.azure.management.network._application_gateway_frontend.12a444882656e85e84e70c76763fd040.yml
name: ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
type: Interface
summary: <p>The stage of an application gateway frontend definition allowing to specify the private IP address this application gateway should be available at within the selected subnet. </p>
syntax:
content: public interface WithPrivateIp<ParentT>
content: public interface WithPrivateIP<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent application gateway definition to return to after attaching this definition </p>

Просмотреть файл

@ -124,7 +124,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the frontend definition can be attached to the parent application gateway definition. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinitionAlt,ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPrivateIp<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinitionAlt,ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the stage of the parent application gateway definition to return to after attaching this definition </p>

Просмотреть файл

@ -1,41 +1,41 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura43d8f1d57f4fe691d1f0e88507452fbb
id: _application_gateway_ip_configura43d8f1d57f4fe691d1f0e88507452fbb
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur0be5e9c2c9d6aee7ea1de266ca8df0c1
id: _application_gateway_i_p_configur0be5e9c2c9d6aee7ea1de266ca8df0c1
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura43d8f1d57f4fe691d1f0e88507452fbb.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configur0be5e9c2c9d6aee7ea1de266ca8df0c1.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 135
package: com.microsoft.azure.management.network
summary: <p>The first stage of an application gateway IP configuration definition. </p>
syntax:
content: public interface Blank<ParentT> extends ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
content: public interface Blank<ParentT> extends ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
inheritedMembers:
- com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Network,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7.withExistingSubnet(String,String)
references:
- uid: 18a275b1
spec.java:
- name: ParentT
fullName: ParentT
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
name: withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -45,13 +45,13 @@ references:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181eda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdcada8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
name: withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -64,7 +64,7 @@ references:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181eda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdcada8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7.withExistingSubnet(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7
@ -85,11 +85,11 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
type: Interface
summary: <p>The stage of an application gateway IP configuration definition allowing to specify the subnet the application gateway is on. </p>
syntax:
@ -97,11 +97,11 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the parent type </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
type: Interface
summary: <p>The entirety of an application gateway IP configuration definition as part of an application gateway update. </p>
syntax:

Просмотреть файл

@ -1,22 +1,22 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
id: _application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
id: _application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Subnet)
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
- com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Subnet)
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
type: Interface
source:
remote: &o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 142
package: com.microsoft.azure.management.network
summary: <p>The stage of an application gateway IP configuration definition allowing to specify the subnet the application gateway is on. </p>
@ -27,18 +27,18 @@ items:
description: <p>the parent type </p>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7.withExistingSubnet(String,String)
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Network,String)
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Network,String)
id: withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
langs:
- java
name: withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 156
package: com.microsoft.azure.management.network
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
@ -52,20 +52,20 @@ items:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181eda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdcada8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Subnet)
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Subnet)
id: withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
langs:
- java
name: withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 148
package: com.microsoft.azure.management.network
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
@ -76,19 +76,19 @@ items:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181eda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdcada8a2936
description: <p>the next stage of the definition </p>
references:
- uid: 18a275b1
spec.java:
- name: ParentT
fullName: ParentT
- uid: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181eda8a2936
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdcada8a2936
spec.java:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach
href: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach
href: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca.yml
- name: <ParentT>
fullName: <ParentT>
- uid: "26831127"
@ -126,35 +126,35 @@ references:
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
type: Interface
summary: <p>The entirety of an application gateway IP configuration definition as part of an application gateway update. </p>
syntax:
content: public interface UpdateDefinition<ParentT> extends ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>,ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
content: public interface UpdateDefinition<ParentT> extends ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>,ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the parent type </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura43d8f1d57f4fe691d1f0e88507452fbb
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur0be5e9c2c9d6aee7ea1de266ca8df0c1
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura43d8f1d57f4fe691d1f0e88507452fbb.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur0be5e9c2c9d6aee7ea1de266ca8df0c1.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>
type: Interface
summary: <p>The first stage of an application gateway IP configuration definition. </p>
syntax:
content: public interface Blank<ParentT> extends ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
content: public interface Blank<ParentT> extends ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of an application gateway IP configuration definition. </p>

Просмотреть файл

@ -1,22 +1,22 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
id: _application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
id: _application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Subnet)
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
- com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Subnet)
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
name: ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
type: Interface
source:
remote: &o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 57
package: com.microsoft.azure.management.network
summary: <p>The stage of an application gateway IP configuration definition allowing to specify the subnet the application gateway is on. </p>
@ -27,18 +27,18 @@ items:
description: <p>the stage of the application gateway definition to return to after attaching this definition </p>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.arm.models.9c014e99091be50528513a9a81da5b2c.withExistingSubnet(String,String)
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Network,String)
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Network,String)
id: withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
langs:
- java
name: withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 71
package: com.microsoft.azure.management.network
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
@ -52,20 +52,20 @@ items:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cbda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689da8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Subnet)
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Subnet)
id: withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
langs:
- java
name: withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 63
package: com.microsoft.azure.management.network
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
@ -76,19 +76,19 @@ items:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cbda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689da8a2936
description: <p>the next stage of the definition </p>
references:
- uid: 18a275b1
spec.java:
- name: ParentT
fullName: ParentT
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cbda8a2936
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689da8a2936
spec.java:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb
name: ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach
href: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689
name: ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach
href: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689.yml
- name: <ParentT>
fullName: <ParentT>
- uid: "26831127"
@ -126,35 +126,35 @@ references:
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition.yml
name: ApplicationGatewayIpConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.Definition<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition.yml
name: ApplicationGatewayIPConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.Definition<ParentT>
type: Interface
summary: <p>The entirety of an application gateway IP configuration definition. </p>
syntax:
content: public interface Definition<ParentT> extends ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>,ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
content: public interface Definition<ParentT> extends ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>,ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura09f620ed7b13f3cf3368160d40b4d6df
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur572ff360bd9b4f098c092e3b17b694b9
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura09f620ed7b13f3cf3368160d40b4d6df.yml
name: ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur572ff360bd9b4f098c092e3b17b694b9.yml
name: ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>
type: Interface
summary: <p>The first stage of an application gateway IP configuration definition. </p>
syntax:
content: public interface Blank<ParentT> extends ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
content: public interface Blank<ParentT> extends ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb.yml
name: ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689.yml
name: ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the application gateway IP configuration definition. </p>

Просмотреть файл

@ -1,41 +1,41 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura09f620ed7b13f3cf3368160d40b4d6df
id: _application_gateway_ip_configura09f620ed7b13f3cf3368160d40b4d6df
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur572ff360bd9b4f098c092e3b17b694b9
id: _application_gateway_i_p_configur572ff360bd9b4f098c092e3b17b694b9
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura09f620ed7b13f3cf3368160d40b4d6df.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configur572ff360bd9b4f098c092e3b17b694b9.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
name: ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 50
package: com.microsoft.azure.management.network
summary: <p>The first stage of an application gateway IP configuration definition. </p>
syntax:
content: public interface Blank<ParentT> extends ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
content: public interface Blank<ParentT> extends ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
inheritedMembers:
- com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Network,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.9c014e99091be50528513a9a81da5b2c.withExistingSubnet(String,String)
references:
- uid: 18a275b1
spec.java:
- name: ParentT
fullName: ParentT
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
name: withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -45,13 +45,13 @@ references:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cbda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689da8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
name: withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -64,7 +64,7 @@ references:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cbda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689da8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.9c014e99091be50528513a9a81da5b2c.withExistingSubnet(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.9c014e99091be50528513a9a81da5b2c
@ -85,11 +85,11 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
name: ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
name: ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
type: Interface
summary: <p>The stage of an application gateway IP configuration definition allowing to specify the subnet the application gateway is on. </p>
syntax:
@ -97,11 +97,11 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the stage of the application gateway definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition.yml
name: ApplicationGatewayIpConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.Definition<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition.yml
name: ApplicationGatewayIPConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.Definition<ParentT>
type: Interface
summary: <p>The entirety of an application gateway IP configuration definition. </p>
syntax:

Просмотреть файл

@ -1,22 +1,22 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd
id: _application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7
id: _application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Subnet)
href: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.yml
- com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Subnet)
href: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
name: ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet
type: Interface
source:
remote: &o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 101
package: com.microsoft.azure.management.network
summary: <p>The stage of an application gateway IP configuration update allowing to modify the subnet the application gateway is part of. </p>
@ -24,18 +24,18 @@ items:
content: public interface WithSubnet extends HasSubnet.UpdateStages.WithSubnet<Update>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.arm.models.c2f0776979e0cb50d2b104de3287f808.withExistingSubnet(String,String)
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Network,String)
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Network,String)
id: withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd
href: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7
href: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.yml
langs:
- java
name: withExistingSubnet(Network network, String subnetName)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Network network, String subnetName)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Network network, String subnetName)
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 115
package: com.microsoft.azure.management.network
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
@ -49,20 +49,20 @@ items:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configuration._update
type: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Subnet)
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Subnet)
id: withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd
href: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7
href: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.yml
langs:
- java
name: withExistingSubnet(Subnet subnet)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Subnet subnet)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Subnet subnet)
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 107
package: com.microsoft.azure.management.network
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
@ -73,7 +73,7 @@ items:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configuration._update
type: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update
description: <p>the next stage of the update </p>
references:
- uid: "26831127"
@ -111,15 +111,15 @@ references:
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._update
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._update.yml
name: ApplicationGatewayIpConfiguration.Update
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.Update
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update.yml
name: ApplicationGatewayIPConfiguration.Update
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.Update
type: Interface
summary: <p>The entirety of an application gateway IP configuration update as part of an application gateway update. </p>
syntax:
content: public interface Update extends Settable<ApplicationGateway.Update>,ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
content: public interface Update extends Settable<ApplicationGateway.Update>,ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet
- uid: com.microsoft.azure.management.network._subnet
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._subnet.yml

Просмотреть файл

@ -1,19 +1,19 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e
id: _application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca
id: _application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 165
package: com.microsoft.azure.management.network
summary: >-
@ -56,15 +56,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the parent definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
type: Interface
summary: <p>The entirety of an application gateway IP configuration definition as part of an application gateway update. </p>
syntax:
content: public interface UpdateDefinition<ParentT> extends ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>,ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
content: public interface UpdateDefinition<ParentT> extends ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>,ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the parent type </p>

Просмотреть файл

@ -1,31 +1,31 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition
id: _definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.Definition<ParentT>
name: ApplicationGatewayIPConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.Definition<ParentT>
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 88
package: com.microsoft.azure.management.network
summary: <p>The entirety of an application gateway IP configuration definition. </p>
syntax:
content: public interface Definition<ParentT> extends ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>,ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
content: public interface Definition<ParentT> extends ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>,ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()
- com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Network,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.9c014e99091be50528513a9a81da5b2c.withExistingSubnet(String,String)
references:
- uid: 18a275b1
@ -44,11 +44,11 @@ references:
return:
type: 18a275b1
description: <p>the next stage of the parent definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
name: withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -58,13 +58,13 @@ references:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cbda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689da8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
name: withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -77,7 +77,7 @@ references:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cbda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689da8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.9c014e99091be50528513a9a81da5b2c.withExistingSubnet(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.9c014e99091be50528513a9a81da5b2c
@ -98,23 +98,23 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura09f620ed7b13f3cf3368160d40b4d6df
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur572ff360bd9b4f098c092e3b17b694b9
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura09f620ed7b13f3cf3368160d40b4d6df.yml
name: ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur572ff360bd9b4f098c092e3b17b694b9.yml
name: ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>
type: Interface
summary: <p>The first stage of an application gateway IP configuration definition. </p>
syntax:
content: public interface Blank<ParentT> extends ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
content: public interface Blank<ParentT> extends ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura8dd91e43e8a1cd96a60b1220d31d65b3.yml
name: ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur22151c9301a31e8fd0b45b9639d768fe.yml
name: ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
type: Interface
summary: <p>The stage of an application gateway IP configuration definition allowing to specify the subnet the application gateway is on. </p>
syntax:
@ -122,11 +122,11 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the stage of the application gateway definition to return to after attaching this definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb.yml
name: ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689.yml
name: ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the application gateway IP configuration definition. </p>

Просмотреть файл

@ -1,19 +1,19 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition_stages
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition_stages
id: _definition_stages
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition_stages.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition_stages.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.DefinitionStages
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages
name: ApplicationGatewayIPConfiguration.DefinitionStages
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 45
package: com.microsoft.azure.management.network
summary: <p>Grouping of application gateway IP configuration definition stages. </p>

Просмотреть файл

@ -1,28 +1,28 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._update
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update
id: _update
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._update.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.Update
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.Update
name: ApplicationGatewayIPConfiguration.Update
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.Update
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 122
package: com.microsoft.azure.management.network
summary: <p>The entirety of an application gateway IP configuration update as part of an application gateway update. </p>
syntax:
content: public interface Update extends Settable<ApplicationGateway.Update>,ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
content: public interface Update extends Settable<ApplicationGateway.Update>,ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._settable.parent()
- com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Network,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.c2f0776979e0cb50d2b104de3287f808.withExistingSubnet(String,String)
references:
- uid: com.microsoft.azure.management.resources.fluentcore.model._settable.parent()
@ -42,11 +42,11 @@ references:
return:
type: 18a275b1
description: <p>the stage of parent resource update </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd
href: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7
href: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.yml
name: withExistingSubnet(Subnet subnet)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Subnet subnet)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Subnet subnet)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -56,13 +56,13 @@ references:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configuration._update
type: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd
href: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7
href: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.yml
name: withExistingSubnet(Network network, String subnetName)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Network network, String subnetName)
fullName: Update com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Network network, String subnetName)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -75,7 +75,7 @@ references:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configuration._update
type: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.c2f0776979e0cb50d2b104de3287f808.withExistingSubnet(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.c2f0776979e0cb50d2b104de3287f808
@ -111,11 +111,11 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the parent definition <xref href="com.microsoft.azure.management.resources.fluentcore.model._settable.parent()" data-throw-if-not-resolved="false"></xref> returns to </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuraf169e4c25745e308ae1a8d6535e7a0cd.yml
name: ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
href: com.microsoft.azure.management.network._application_gateway_i_p_configura3e26333ed02f6036cf6b02b03421fe7.yml
name: ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet
type: Interface
summary: <p>The stage of an application gateway IP configuration update allowing to modify the subnet the application gateway is part of. </p>
syntax:

Просмотреть файл

@ -1,31 +1,31 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition
id: _update_definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_definition.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_definition.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>
name: ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 173
package: com.microsoft.azure.management.network
summary: <p>The entirety of an application gateway IP configuration definition as part of an application gateway update. </p>
syntax:
content: public interface UpdateDefinition<ParentT> extends ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>,ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
content: public interface UpdateDefinition<ParentT> extends ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>,ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the parent type </p>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()
- com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Network,String)
- com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Subnet)
- com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Network,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7.withExistingSubnet(String,String)
references:
- uid: 18a275b1
@ -44,11 +44,11 @@ references:
return:
type: 18a275b1
description: <p>the next stage of the parent definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Subnet)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
name: withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Subnet subnet)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -58,13 +58,13 @@ references:
type: com.microsoft.azure.management.network._subnet
description: <p>an existing subnet </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181eda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdcada8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.withExistingSubnet(Network,String)
parent: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
name: withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
fullName: WithAttach<ParentT> com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
type: Method
summary: <p>Specifies an existing subnet the application gateway should be part of and get its private IP address from. </p>
syntax:
@ -77,7 +77,7 @@ references:
type: "26831127"
description: <p>the name of a subnet within the selected network </p>
return:
type: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181eda8a2936
type: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdcada8a2936
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7.withExistingSubnet(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7
@ -98,23 +98,23 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura43d8f1d57f4fe691d1f0e88507452fbb
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur0be5e9c2c9d6aee7ea1de266ca8df0c1
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura43d8f1d57f4fe691d1f0e88507452fbb.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.Blank<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur0be5e9c2c9d6aee7ea1de266ca8df0c1.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ParentT>
type: Interface
summary: <p>The first stage of an application gateway IP configuration definition. </p>
syntax:
content: public interface Blank<ParentT> extends ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
content: public interface Blank<ParentT> extends ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura2f2d3afae959f14bc7affa7aba3ae97f.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configur14d2284097b1b3404576569da842f0c9.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
type: Interface
summary: <p>The stage of an application gateway IP configuration definition allowing to specify the subnet the application gateway is on. </p>
syntax:
@ -122,11 +122,11 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the parent type </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configurab11057f0b2dfc388a6a0579a19a1181e.yml
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configura497823db2d2a67111474cb8fdbbfdca.yml
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of an application gateway IP configuration definition. </p>

Просмотреть файл

@ -1,19 +1,19 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_stages
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_stages
id: _update_stages
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._update_stages.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._update_stages.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.UpdateStages
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateStages
name: ApplicationGatewayIPConfiguration.UpdateStages
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateStages
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 97
package: com.microsoft.azure.management.network
summary: <p>Grouping of application gateway IP configuration update stages. </p>

Просмотреть файл

@ -1,45 +1,45 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration
id: _application_gateway_ip_configuration
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration
id: _application_gateway_i_p_configuration
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._application_gateway_ip_configuration.getSubnet()
- com.microsoft.azure.management.network._application_gateway_ip_configuration.networkId()
- com.microsoft.azure.management.network._application_gateway_ip_configuration.subnetName()
href: com.microsoft.azure.management.network._application_gateway_ip_configuration.yml
- com.microsoft.azure.management.network._application_gateway_i_p_configuration.getSubnet()
- com.microsoft.azure.management.network._application_gateway_i_p_configuration.networkId()
- com.microsoft.azure.management.network._application_gateway_i_p_configuration.subnetName()
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration.yml
langs:
- java
name: ApplicationGatewayIpConfiguration
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration
name: ApplicationGatewayIPConfiguration
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration
type: Interface
source:
remote: &o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 21
package: com.microsoft.azure.management.network
summary: <p>An immutable client-side representation of an application gateway IP configuration. </p>
syntax:
content: public interface ApplicationGatewayIpConfiguration extends HasInner<ApplicationGatewayIPConfigurationInner>,ChildResource<ApplicationGateway>
content: public interface ApplicationGatewayIPConfiguration extends HasInner<ApplicationGatewayIPConfigurationInner>,ChildResource<ApplicationGateway>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_parent.parent()
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration.getSubnet()
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration.getSubnet()
id: getSubnet()
parent: com.microsoft.azure.management.network._application_gateway_ip_configuration
href: com.microsoft.azure.management.network._application_gateway_ip_configuration.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configuration
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration.yml
langs:
- java
name: getSubnet()
fullName: Subnet com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.getSubnet()
fullName: Subnet com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.getSubnet()
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 40
package: com.microsoft.azure.management.network
summary: >-
@ -51,18 +51,18 @@ items:
return:
type: com.microsoft.azure.management.network._subnet
description: <p>the subnet the application gateway is in </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration.networkId()
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration.networkId()
id: networkId()
parent: com.microsoft.azure.management.network._application_gateway_ip_configuration
href: com.microsoft.azure.management.network._application_gateway_ip_configuration.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configuration
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration.yml
langs:
- java
name: networkId()
fullName: String com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.networkId()
fullName: String com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.networkId()
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 28
package: com.microsoft.azure.management.network
syntax:
@ -70,18 +70,18 @@ items:
return:
type: "26831127"
description: <p>the resource ID of the virtual network the application gateway is in </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration.subnetName()
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration.subnetName()
id: subnetName()
parent: com.microsoft.azure.management.network._application_gateway_ip_configuration
href: com.microsoft.azure.management.network._application_gateway_ip_configuration.yml
parent: com.microsoft.azure.management.network._application_gateway_i_p_configuration
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration.yml
langs:
- java
name: subnetName()
fullName: String com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.subnetName()
fullName: String com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.subnetName()
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 33
package: com.microsoft.azure.management.network
syntax:

Просмотреть файл

@ -1,19 +1,19 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura713250017a027fed915ebef4819e32d7
id: _application_gateway_ip_configura713250017a027fed915ebef4819e32d7
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configurc2d01bd79e7d6ef79928b867d9e765e6
id: _application_gateway_i_p_configurc2d01bd79e7d6ef79928b867d9e765e6
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura713250017a027fed915ebef4819e32d7.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configurc2d01bd79e7d6ef79928b867d9e765e6.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.UpdateDefinitionStages
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.UpdateDefinitionStages
name: ApplicationGatewayIPConfiguration.UpdateDefinitionStages
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 130
package: com.microsoft.azure.management.network
summary: <p>Grouping of application gateway IP configuration definition stages applicable as part of an application gateway update. </p>

Просмотреть файл

@ -1,19 +1,19 @@
items:
- uid: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb
id: _application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689
id: _application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configura586ca6c8cb309fcc227a99309bfae1cb.yml
href: com.microsoft.azure.management.network._application_gateway_i_p_configurdd143b7014b66ae61f97265177d42689.yml
langs:
- java
name: ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
name: ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
branch: master
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIpConfiguration.java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/ApplicationGatewayIPConfiguration.java
startLine: 80
package: com.microsoft.azure.management.network
summary: >-
@ -56,15 +56,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the parent definition </p>
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition
- uid: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._application_gateway_ip_configuration._definition.yml
name: ApplicationGatewayIpConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIpConfiguration.Definition<ParentT>
href: com.microsoft.azure.management.network._application_gateway_i_p_configuration._definition.yml
name: ApplicationGatewayIPConfiguration.Definition<ParentT>
fullName: com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.Definition<ParentT>
type: Interface
summary: <p>The entirety of an application gateway IP configuration definition. </p>
syntax:
content: public interface Definition<ParentT> extends ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>,ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
content: public interface Definition<ParentT> extends ApplicationGatewayIPConfiguration.DefinitionStages.Blank<ParentT>,ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>,ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -27,7 +27,7 @@ items:
package: com.microsoft.azure.management.network
summary: <p>Entry point to application gateway management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface ApplicationGateways extends SupportsCreating<ApplicationGateway.DefinitionStages.Blank>,SupportsListing<ApplicationGateway>,SupportsListingByGroup<ApplicationGateway>,SupportsGettingByGroup<ApplicationGateway>,SupportsGettingById<ApplicationGateway>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<ApplicationGateway>,SupportsBatchDeletion,HasManager<NetworkManager>,HasInner<ApplicationGatewaysInner>
content: public interface ApplicationGateways extends SupportsCreating<ApplicationGateway.DefinitionStages.Blank>,SupportsListing<ApplicationGateway>,SupportsListingByResourceGroup<ApplicationGateway>,SupportsGettingByResourceGroup<ApplicationGateway>,SupportsGettingById<ApplicationGateway>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<ApplicationGateway>,SupportsBatchDeletion,HasManager<NetworkManager>,HasInner<ApplicationGatewaysInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -36,9 +36,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -46,15 +43,18 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.network._application_gateways.start(Collection<String>)
id: start(Collection<String>)
@ -390,72 +390,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -571,75 +505,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -700,6 +631,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -726,18 +726,18 @@ references:
return:
type: e5f90f8a
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -788,11 +788,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -801,15 +801,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -818,7 +818,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -851,18 +851,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Просмотреть файл

@ -139,7 +139,7 @@ references:
<p></p>
syntax:
content: public interface WithPublicIPAddress<ReturnT>
content: public interface WithPublicIPAddress<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the definition </p>

Просмотреть файл

@ -22,7 +22,7 @@ items:
syntax:
content: public interface LoadBalancerBackend extends HasInner<BackendAddressPoolInner>,ChildResource<LoadBalancer>,HasLoadBalancingRules,HasBackendNics
inheritedMembers:
- com.microsoft.azure.management.network.model._has_backend_nics.backendNicIpConfigurationNames()
- com.microsoft.azure.management.network.model._has_backend_nics.backendNicIPConfigurationNames()
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.network.model._has_load_balancing_rules.loadBalancingRules()
@ -52,14 +52,14 @@ references:
spec.java:
- name: Set<String>
fullName: Set<String>
- uid: com.microsoft.azure.management.network.model._has_backend_nics.backendNicIpConfigurationNames()
- uid: com.microsoft.azure.management.network.model._has_backend_nics.backendNicIPConfigurationNames()
parent: com.microsoft.azure.management.network.model._has_backend_nics
href: com.microsoft.azure.management.network.model._has_backend_nics.yml
name: backendNicIpConfigurationNames()
fullName: Map<String, String> com.microsoft.azure.management.network.model.HasBackendNics.backendNicIpConfigurationNames()
name: backendNicIPConfigurationNames()
fullName: Map<String, String> com.microsoft.azure.management.network.model.HasBackendNics.backendNicIPConfigurationNames()
type: Method
syntax:
content: public Map<String, String> backendNicIpConfigurationNames()
content: public Map<String, String> backendNicIPConfigurationNames()
return:
type: 689c8cb5
description: <p>a map of names of the IP configurations of network interfaces assigned to this backend, indexed by their NIC's resource id </p>

Просмотреть файл

@ -25,9 +25,9 @@ items:
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()
- com.microsoft.azure.management.network.model._has_backend_port._de29afd590c13dce4696970c3e7cabfd77.withBackendPort(int)
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPEnabled()
- com.microsoft.azure.management.network.model._has_frontend._definition_stages._with_frontend.withFrontend(String)
- com.microsoft.azure.management.network.model._has_frontend_port._db2bb06ecace27e02ab8e52a2d1f39602.withFrontendPort(int)
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1322ca341dbcfb8e95c5de1f5b992f82b.withIdleTimeoutInMinutes(int)
@ -68,15 +68,15 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -84,27 +84,27 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>

Просмотреть файл

@ -18,13 +18,13 @@ items:
package: com.microsoft.azure.management.network
summary: <p>The entirety of an inbound NAT rule update as part of a load balancer update. </p>
syntax:
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._settable.parent()
- com.microsoft.azure.management.network.model._has_backend_port._up2b14870ed3337f492ea271ed21d24503.withBackendPort(int)
- com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPEnabled()
- com.microsoft.azure.management.network.model._has_frontend._update_stages._with_frontend.withFrontend(String)
- com.microsoft.azure.management.network.model._has_frontend_port._u743f68ed04989aab3f3cd67e55dfb3ed.withFrontendPort(int)
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1849625a82a63c773aca1d3600147a4f2.withIdleTimeoutInMinutes(int)
@ -63,15 +63,15 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip
href: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -79,27 +79,27 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip
href: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip
href: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
@ -191,15 +191,15 @@ references:
summary: <p>The stage of an inbound NAT rule update allowing to specify the backend port. </p>
syntax:
content: public interface WithBackendPort
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1612f0beaba20d364b232bf2282f344f7
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_11a0db0084e433c4f2154d32d35027aab
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1612f0beaba20d364b232bf2282f344f7.yml
name: LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_11a0db0084e433c4f2154d32d35027aab.yml
name: LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP
type: Interface
summary: <p>The stage of an inbound NAT rule update allowing to specify whether floating IP should be enabled. </p>
syntax:
content: public interface WithFloatingIp
content: public interface WithFloatingIP
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_118c8a53450980d4a85a89f34fca1ad41
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_118c8a53450980d4a85a89f34fca1ad41.yml

Просмотреть файл

@ -25,9 +25,9 @@ items:
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()
- com.microsoft.azure.management.network.model._has_backend_port._upb54ed05b6c06f79208cd8550bd6da4ee.withBackendPort(int)
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPEnabled()
- com.microsoft.azure.management.network.model._has_frontend._update0882ac942ef8d9b2f9bd7459e3445c27.withFrontend(String)
- com.microsoft.azure.management.network.model._has_frontend_port._u9110bfac7597df7efb909793dccbaeed.withFrontendPort(int)
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_106476e041069f9f154463ddf0ac36a18.withIdleTimeoutInMinutes(int)
@ -68,15 +68,15 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -84,27 +84,27 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>

Просмотреть файл

@ -4,7 +4,7 @@ items:
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.backendNetworkInterfaceId()
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.backendNicIpConfigurationName()
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.backendNicIPConfigurationName()
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.idleTimeoutInMinutes()
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.yml
langs:
@ -22,10 +22,10 @@ items:
package: com.microsoft.azure.management.network
summary: <p>An immutable client-side representation of an inbound NAT rule. </p>
syntax:
content: public interface LoadBalancerInboundNatRule extends HasFrontend,HasBackendPort,HasProtocol<TransportProtocol>,HasFloatingIp,HasFrontendPort,HasInner<InboundNatRuleInner>,ChildResource<LoadBalancer>
content: public interface LoadBalancerInboundNatRule extends HasFrontend,HasBackendPort,HasProtocol<TransportProtocol>,HasFloatingIP,HasFrontendPort,HasInner<InboundNatRuleInner>,ChildResource<LoadBalancer>
inheritedMembers:
- com.microsoft.azure.management.network.model._has_backend_port.backendPort()
- com.microsoft.azure.management.network.model._has_floating_ip.floatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p.floatingIPEnabled()
- com.microsoft.azure.management.network.model._has_frontend.frontend()
- com.microsoft.azure.management.network.model._has_frontend_port.frontendPort()
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
@ -52,14 +52,14 @@ items:
return:
type: "26831127"
description: <p>the resource ID of the network interface assigned as the backend of this inbound NAT rule </p>
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.backendNicIpConfigurationName()
id: backendNicIpConfigurationName()
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.backendNicIPConfigurationName()
id: backendNicIPConfigurationName()
parent: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.yml
langs:
- java
name: backendNicIpConfigurationName()
fullName: String com.microsoft.azure.management.network.LoadBalancerInboundNatRule.backendNicIpConfigurationName()
name: backendNicIPConfigurationName()
fullName: String com.microsoft.azure.management.network.LoadBalancerInboundNatRule.backendNicIPConfigurationName()
type: Method
source:
remote: *o0
@ -67,7 +67,7 @@ items:
startLine: 37
package: com.microsoft.azure.management.network
syntax:
content: public String backendNicIpConfigurationName()
content: public String backendNicIPConfigurationName()
return:
type: "26831127"
description: <p>the name of the IP configuration within the network interface associated with this NAT rule </p>
@ -110,14 +110,14 @@ references:
return:
type: f75371fa
description: <p>the backend port number the network traffic is sent to </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip.floatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip
href: com.microsoft.azure.management.network.model._has_floating_ip.yml
name: floatingIpEnabled()
fullName: boolean com.microsoft.azure.management.network.model.HasFloatingIp.floatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p.floatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p
href: com.microsoft.azure.management.network.model._has_floating_i_p.yml
name: floatingIPEnabled()
fullName: boolean com.microsoft.azure.management.network.model.HasFloatingIP.floatingIPEnabled()
type: Method
syntax:
content: public boolean floatingIpEnabled()
content: public boolean floatingIPEnabled()
return:
type: 4fc6e284
description: <p>the state of the floating IP enablement </p>
@ -228,15 +228,15 @@ references:
typeParameters:
- type: b528dcf3
description: <p>the protocol type of the value </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip
- uid: com.microsoft.azure.management.network.model._has_floating_i_p
parent: com.microsoft.azure.management.network.model
href: com.microsoft.azure.management.network.model._has_floating_ip.yml
name: HasFloatingIp
fullName: com.microsoft.azure.management.network.model.HasFloatingIp
href: com.microsoft.azure.management.network.model._has_floating_i_p.yml
name: HasFloatingIP
fullName: com.microsoft.azure.management.network.model.HasFloatingIP
type: Interface
summary: <p>An interface representing a model's ability to have floating IP support. </p>
syntax:
content: public interface HasFloatingIp
content: public interface HasFloatingIP
- uid: com.microsoft.azure.management.network.model._has_frontend_port
parent: com.microsoft.azure.management.network.model
href: com.microsoft.azure.management.network.model._has_frontend_port.yml

Просмотреть файл

@ -58,4 +58,4 @@ references:
type: Interface
summary: <p>The entirety of an inbound NAT rule update as part of a load balancer update. </p>
syntax:
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol

Просмотреть файл

@ -76,7 +76,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -21,16 +21,16 @@ items:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()
- com.microsoft.azure.management.network.model._has_backend_port._upb54ed05b6c06f79208cd8550bd6da4ee.withBackendPort(int)
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPEnabled()
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_106476e041069f9f154463ddf0ac36a18.withIdleTimeoutInMinutes(int)
references:
- uid: 18a275b1
@ -68,15 +68,15 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -84,27 +84,27 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
@ -148,15 +148,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the parent load balancer type </p>
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1124cdb597cbf0b5496333881e5ff54f1
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1bc93597fa9f84414c6c4090621cd9fd6
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1124cdb597cbf0b5496333881e5ff54f1.yml
name: LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1bc93597fa9f84414c6c4090621cd9fd6.yml
name: LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>
type: Interface
summary: <p>The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled. </p>
syntax:
content: public interface WithFloatingIp<ParentT>
content: public interface WithFloatingIP<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the parent load balancer type </p>

Просмотреть файл

@ -58,4 +58,4 @@ references:
type: Interface
summary: <p>The entirety of an inbound NAT rule update as part of a load balancer update. </p>
syntax:
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol

Просмотреть файл

@ -60,4 +60,4 @@ references:
type: Interface
summary: <p>The entirety of an inbound NAT rule update as part of a load balancer update. </p>
syntax:
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol

Просмотреть файл

@ -1,12 +1,12 @@
items:
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1612f0beaba20d364b232bf2282f344f7
id: _load_balancer_inbound_nat_rule_1612f0beaba20d364b232bf2282f344f7
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_11a0db0084e433c4f2154d32d35027aab
id: _load_balancer_inbound_nat_rule_11a0db0084e433c4f2154d32d35027aab
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1612f0beaba20d364b232bf2282f344f7.yml
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_11a0db0084e433c4f2154d32d35027aab.yml
langs:
- java
name: LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp
name: LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP
type: Interface
source:
remote:
@ -18,21 +18,21 @@ items:
package: com.microsoft.azure.management.network
summary: <p>The stage of an inbound NAT rule update allowing to specify whether floating IP should be enabled. </p>
syntax:
content: public interface WithFloatingIp extends HasFloatingIp.UpdateStages.WithFloatingIp<Update>
content: public interface WithFloatingIP extends HasFloatingIP.UpdateStages.WithFloatingIP<Update>
inheritedMembers:
- com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPEnabled()
references:
- uid: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip
href: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -40,39 +40,39 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip
href: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip
href: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
parent: com.microsoft.azure.management.network.model
href: com.microsoft.azure.management.network.model._has_floating_ip._update_stages._with_floating_ip.yml
name: HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>
fullName: com.microsoft.azure.management.network.model.HasFloatingIp.UpdateStages.WithFloatingIp<ReturnT>
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
name: HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>
fullName: com.microsoft.azure.management.network.model.HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>
type: Interface
summary: <p>The stage of an update allowing to control floating IP support. </p>
syntax:
content: public interface WithFloatingIp<ReturnT>
content: public interface WithFloatingIP<ReturnT>
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the definition </p>
@ -84,4 +84,4 @@ references:
type: Interface
summary: <p>The entirety of an inbound NAT rule update as part of a load balancer update. </p>
syntax:
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol

Просмотреть файл

@ -76,7 +76,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -21,16 +21,16 @@ items:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()
- com.microsoft.azure.management.network.model._has_backend_port._de29afd590c13dce4696970c3e7cabfd77.withBackendPort(int)
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPEnabled()
- com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1322ca341dbcfb8e95c5de1f5b992f82b.withIdleTimeoutInMinutes(int)
references:
- uid: 18a275b1
@ -68,15 +68,15 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -84,27 +84,27 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
@ -148,15 +148,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the parent load balancer type </p>
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1fd67e889c76ee579eaec27f4f1429267
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1a78ec8d6d48c5f47116c30a0476ba1ec
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1fd67e889c76ee579eaec27f4f1429267.yml
name: LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1a78ec8d6d48c5f47116c30a0476ba1ec.yml
name: LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>
type: Interface
summary: <p>The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled. </p>
syntax:
content: public interface WithFloatingIp<ParentT>
content: public interface WithFloatingIP<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the parent load balancer type </p>

Просмотреть файл

@ -71,7 +71,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -58,4 +58,4 @@ references:
type: Interface
summary: <p>The entirety of an inbound NAT rule update as part of a load balancer update. </p>
syntax:
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol

Просмотреть файл

@ -58,4 +58,4 @@ references:
type: Interface
summary: <p>The entirety of an inbound NAT rule update as part of a load balancer update. </p>
syntax:
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIp,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol
content: public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort,LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout,LoadBalancerInboundNatRule.UpdateStages.WithProtocol

Просмотреть файл

@ -71,7 +71,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -1,12 +1,12 @@
items:
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1fd67e889c76ee579eaec27f4f1429267
id: _load_balancer_inbound_nat_rule_1fd67e889c76ee579eaec27f4f1429267
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1a78ec8d6d48c5f47116c30a0476ba1ec
id: _load_balancer_inbound_nat_rule_1a78ec8d6d48c5f47116c30a0476ba1ec
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1fd67e889c76ee579eaec27f4f1429267.yml
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1a78ec8d6d48c5f47116c30a0476ba1ec.yml
langs:
- java
name: LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>
name: LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>
type: Interface
source:
remote:
@ -18,28 +18,28 @@ items:
package: com.microsoft.azure.management.network
summary: <p>The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled. </p>
syntax:
content: public interface WithFloatingIp<ParentT> extends HasFloatingIp.DefinitionStages.WithFloatingIp<WithAttach<ParentT>>
content: public interface WithFloatingIP<ParentT> extends HasFloatingIP.DefinitionStages.WithFloatingIP<WithAttach<ParentT>>
typeParameters:
- type: 18a275b1
description: <p>the parent load balancer type </p>
inheritedMembers:
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPEnabled()
references:
- uid: 18a275b1
spec.java:
- name: ParentT
fullName: ParentT
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -47,39 +47,39 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
parent: com.microsoft.azure.management.network.model
href: com.microsoft.azure.management.network.model._has_floating_ip._defbf29cec0759e2120d15e865682b5cf9f.yml
name: HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>
fullName: com.microsoft.azure.management.network.model.HasFloatingIp.DefinitionStages.WithFloatingIp<ReturnT>
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
name: HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
fullName: com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
type: Interface
summary: <p>The stage of a definition allowing to control floating IP support. </p>
syntax:
content: public interface WithFloatingIp<ReturnT>
content: public interface WithFloatingIP<ReturnT>
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the definition </p>
@ -94,7 +94,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -1,12 +1,12 @@
items:
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1124cdb597cbf0b5496333881e5ff54f1
id: _load_balancer_inbound_nat_rule_1124cdb597cbf0b5496333881e5ff54f1
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1bc93597fa9f84414c6c4090621cd9fd6
id: _load_balancer_inbound_nat_rule_1bc93597fa9f84414c6c4090621cd9fd6
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1124cdb597cbf0b5496333881e5ff54f1.yml
href: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule_1bc93597fa9f84414c6c4090621cd9fd6.yml
langs:
- java
name: LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>
name: LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>
fullName: com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>
type: Interface
source:
remote:
@ -18,28 +18,28 @@ items:
package: com.microsoft.azure.management.network
summary: <p>The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled. </p>
syntax:
content: public interface WithFloatingIp<ParentT> extends HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<WithAttach<ParentT>>
content: public interface WithFloatingIP<ParentT> extends HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<WithAttach<ParentT>>
typeParameters:
- type: 18a275b1
description: <p>the parent load balancer type </p>
inheritedMembers:
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIp(boolean)
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpDisabled()
- com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpEnabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIP(boolean)
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPDisabled()
- com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPEnabled()
references:
- uid: 18a275b1
spec.java:
- name: ParentT
fullName: ParentT
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIp(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIp(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIp(boolean enabled)
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIP(boolean)
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIP(boolean enabled)
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
type: Method
summary: <p>Sets the floating IP enablement. </p>
syntax:
content: public ReturnT withFloatingIp(boolean enabled)
content: public ReturnT withFloatingIP(boolean enabled)
parameters:
- id: enabled
type: 4fc6e284
@ -47,39 +47,39 @@ references:
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIpDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpDisabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPDisabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIPDisabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
type: Method
summary: <p>Disables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpDisabled()
content: public ReturnT withFloatingIPDisabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.withFloatingIpEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: withFloatingIpEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>.withFloatingIpEnabled()
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.withFloatingIPEnabled()
parent: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: withFloatingIPEnabled()
fullName: ReturnT com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
type: Method
summary: <p>Enables floating IP support. </p>
syntax:
content: public ReturnT withFloatingIpEnabled()
content: public ReturnT withFloatingIPEnabled()
return:
type: c1a5ebc4
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
parent: com.microsoft.azure.management.network.model
href: com.microsoft.azure.management.network.model._has_floating_ip._upd8fe7a4555ff3388f2de32877803dd99f.yml
name: HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>
fullName: com.microsoft.azure.management.network.model.HasFloatingIp.UpdateDefinitionStages.WithFloatingIp<ReturnT>
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
name: HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>
fullName: com.microsoft.azure.management.network.model.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>
type: Interface
summary: <p>The stage of a definition allowing to control floating IP support. </p>
syntax:
content: public interface WithFloatingIp<ReturnT>
content: public interface WithFloatingIP<ReturnT>
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the definition </p>
@ -94,7 +94,7 @@ references:
<p>At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIp<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>

Просмотреть файл

@ -18,7 +18,7 @@ items:
package: com.microsoft.azure.management.network
summary: <p>Entry point to load balancer management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface LoadBalancers extends SupportsCreating<LoadBalancer.DefinitionStages.Blank>,SupportsListing<LoadBalancer>,SupportsListingByGroup<LoadBalancer>,SupportsGettingByGroup<LoadBalancer>,SupportsGettingById<LoadBalancer>,SupportsDeletingById,SupportsDeletingByGroup,SupportsBatchCreation<LoadBalancer>,SupportsBatchDeletion,HasManager<NetworkManager>,HasInner<LoadBalancersInner>
content: public interface LoadBalancers extends SupportsCreating<LoadBalancer.DefinitionStages.Blank>,SupportsListing<LoadBalancer>,SupportsListingByResourceGroup<LoadBalancer>,SupportsGettingByResourceGroup<LoadBalancer>,SupportsGettingById<LoadBalancer>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<LoadBalancer>,SupportsBatchDeletion,HasManager<NetworkManager>,HasInner<LoadBalancersInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
@ -27,9 +27,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,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)
@ -37,15 +34,18 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
- 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.arm.collection._supports_listing_by_group.listByGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
references:
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
@ -189,72 +189,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroup(String groupName, String name)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroup(String groupName, String name)
type: Method
summary: >-
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByGroup(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByGroupAsync(String groupName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The 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.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
@ -370,75 +304,72 @@ references:
return:
type: c4e15b74
description: <p>an observable from which all of the successfully deleted resources can be observed </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroup(String resourceGroupName, String name)
fullName: T com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroup(String resourceGroupName, String name)
- 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)
fullName: void com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Deletes a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public T getByGroup(String resourceGroupName, String name)
content: public void deleteByResourceGroup(String resourceGroupName, String name)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name)
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name)
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)
fullName: ServiceFuture<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<T> getByGroupAsync(String resourceGroupName, String name)
content: public ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group the resource is in </p>
description: <p>the resource group the resource is part of </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.collection._supports_getting_by_group.getByGroupAsync(String,String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml
name: getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
fullName: ServiceFuture<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>.getByGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByGroupAsync(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>
description: <p>the name of the resource </p>
- id: callback
type: 4b6febe3
type: da7fd5ea
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>
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)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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
@ -499,6 +430,75 @@ references:
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)
fullName: T 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: Observable<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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)
fullName: ServiceFuture<T> 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 <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> 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
@ -525,18 +525,18 @@ references:
return:
type: e5f90f8a
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.listByGroup(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group.yml
name: listByGroup(String resourceGroupName)
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>.listByGroup(String resourceGroupName)
- 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)
fullName: PagedList<T> 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> listByGroup(String resourceGroupName)
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
parameters:
- id: resourceGroupName
type: "26831127"
@ -587,11 +587,11 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_listing_by_group
- 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.collection._supports_listing_by_group.yml
name: SupportsListingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
name: SupportsListingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
@ -600,15 +600,15 @@ references:
<p></p>
syntax:
content: public interface SupportsListingByGroup<T>
content: public interface SupportsListingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resources listed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
- 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.collection._supports_getting_by_group.yml
name: SupportsGettingByGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByGroup<T>
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
name: SupportsGettingByResourceGroup<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
type: Interface
summary: >-
<p>Provides access to getting a specific <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resource based on its name and resource group. </p>
@ -617,7 +617,7 @@ references:
<p></p>
syntax:
content: public interface SupportsGettingByGroup<T>
content: public interface SupportsGettingByResourceGroup<T>
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the resource to get. </p>
@ -650,18 +650,18 @@ references:
<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.arm.collection._supports_deleting_by_group
- 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.collection._supports_deleting_by_group.yml
name: SupportsDeletingByGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
name: SupportsDeletingByResourceGroup
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
type: Interface
summary: >-
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, 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 SupportsDeletingByGroup
content: public interface SupportsDeletingByResourceGroup
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше