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

284 строки
15 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.network._packet_captures
id: _packet_captures
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._packet_captures.yml
langs:
- java
name: PacketCaptures
nameWithType: PacketCaptures
fullName: com.microsoft.azure.management.network.PacketCaptures
type: Interface
source:
remote:
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PacketCaptures.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PacketCaptures.java
startLine: 21
package: com.microsoft.azure.management.network
summary: <p>Entry point to packet captures management API in Azure. </p>
syntax:
content: public interface PacketCaptures extends SupportsCreating<PacketCapture.DefinitionStages.WithTarget>,SupportsListing<PacketCapture>,SupportsGettingByNameAsync<PacketCapture>,SupportsDeletingByName,HasInner<PacketCapturesInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.deleteByName(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.deleteByNameAsync(String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.deleteByNameAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_name.getByName(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectionc5f43ffbf69fd8f6f2762a26b4886409.getByNameAsync(String)
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
references:
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.yml
name: define(String name)
nameWithType: SupportsCreating<T>.define(String name)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<T>.define(String name)
type: Method
summary: >-
<p>Begins a definition for a new resource. </p>
<p>This is the beginning of the builder pattern used to create top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref>. </p>
<p>Note that the <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref> method is only available at the stage of the resource definition that has the minimum set of input parameters specified. If you do not see <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref> among the available methods, it means you have not yet specified all the required input settings. Input settings generally begin with the word "with", for example: and return the next stage of the resource definition, as an interface in the "fluent interface" style. </p>
syntax:
content: public T define(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the new resource </p>
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.deleteByName(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.yml
name: deleteByName(String name)
nameWithType: SupportsDeletingByName.deleteByName(String name)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByName(String name)
type: Method
summary: >-
<p>Deletes a resource from Azure, identifying it by its resource name.</p>
<p></p>
syntax:
content: public void deleteByName(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the resource to delete </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.deleteByNameAsync(String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.yml
name: deleteByNameAsync(String name, ServiceCallback<Void> callback)
nameWithType: SupportsDeletingByName.deleteByNameAsync(String name, ServiceCallback<Void> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByNameAsync(String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its resource name.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByNameAsync(String name, ServiceCallback<Void> callback)
parameters:
- id: name
type: "26831127"
description: <p>the name of the resource to delete </p>
- id: callback
type: da7fd5ea
description: <p>the callback on success or failure </p>
return:
type: aa81d378
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.deleteByNameAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.yml
name: deleteByNameAsync(String name)
nameWithType: SupportsDeletingByName.deleteByNameAsync(String name)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByNameAsync(String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its resource name.</p>
<p></p>
syntax:
content: public Completable deleteByNameAsync(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the resource to delete </p>
return:
type: "56537e90"
description: <p>a representation of the deferred computation of this call </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_name.getByName(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_name
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_name.yml
name: getByName(String name)
nameWithType: SupportsGettingByName<T>.getByName(String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName<T>.getByName(String name)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource name within the current resource group.</p>
<p></p>
syntax:
content: public T getByName(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the resource. (Note, this is not the resource ID.) </p>
return:
type: 8ce1ecb9
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionc5f43ffbf69fd8f6f2762a26b4886409.getByNameAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionc5f43ffbf69fd8f6f2762a26b4886409
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionc5f43ffbf69fd8f6f2762a26b4886409.yml
name: getByNameAsync(String name)
nameWithType: SupportsGettingByNameAsync<T>.getByNameAsync(String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<T>.getByNameAsync(String name)
type: Method
summary: >-
<p>Gets the information about a resource based on the resource name.</p>
<p></p>
syntax:
content: public Observable<T> getByNameAsync(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the resource. (Note, this is not the resource ID.) </p>
return:
type: c4094ba1
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
parent: com.microsoft.azure.management.resources.fluentcore.model._has_inner
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: inner()
nameWithType: HasInner<T>.inner()
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>.inner()
type: Method
syntax:
content: public T inner()
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on Azure REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
name: list()
nameWithType: SupportsListing<T>.list()
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
type: Method
summary: >-
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
<p></p>
syntax:
content: public PagedList<T> list()
return:
type: e5f90f8a
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
name: listAsync()
nameWithType: SupportsListing<T>.listAsync()
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
type: Method
summary: >-
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
<p></p>
syntax:
content: public Observable<T> listAsync()
return:
type: c4094ba1
description: <p>list of resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.yml
name: SupportsCreating<T>
nameWithType: SupportsCreating<T>
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<T>
type: Interface
summary: >-
<p>Providing access to creating Azure top level resources. </p>
<p>(Note: this interface is not intended to be implemented by user code) </p>
syntax:
content: public interface SupportsCreating<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the initial blank definition interface </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
name: SupportsListing<T>
nameWithType: SupportsListing<T>
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
type: Interface
summary: >-
<p>Provides access to listing Azure resources of a specific type in a subscription. </p>
<p>(Note: this interface is not intended to be implemented by user code)</p>
<p></p>
syntax:
content: public interface SupportsListing<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionc5f43ffbf69fd8f6f2762a26b4886409
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionc5f43ffbf69fd8f6f2762a26b4886409.yml
name: SupportsGettingByNameAsync<T>
nameWithType: SupportsGettingByNameAsync<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<T>
type: Interface
summary: >-
<p>Provides access to getting a specific resource based on its name. </p>
<p>(Note this interface is not intended to be implemented by user code.) </p>
syntax:
content: public interface SupportsGettingByNameAsync<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.yml
name: SupportsDeletingByName
nameWithType: SupportsDeletingByName
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName
type: Interface
summary: >-
<p>Provides access to deleting a resource from Azure, identifying it by its resource name. </p>
<p>(Note: this interface is not intended to be implemented by user code) </p>
syntax:
content: public interface SupportsDeletingByName
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: HasInner<T>
nameWithType: HasInner<T>
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>
type: Interface
summary: >-
<p>The wrapper around an inner object providing extended functionalities.</p>
<p></p>
syntax:
content: public interface HasInner<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the inner object. </p>