IDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreateAndStoragePath, Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithStorageLocation, Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithTarget, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>
type IDefinition = interface
interface IWithTarget
interface IWithStorageLocation
interface IWithCreateAndStoragePath
interface IWithCreate
interface ICreatable<IPacketCapture>
interface IIndexable
Public Interface IDefinition
Implements ICreatable(Of IPacketCapture), IWithCreateAndStoragePath, IWithStorageLocation, IWithTarget
- Implements
Properties
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithFilePath(String) | (Inherited from IWithStorageLocation) |
WithStorageAccountId(String) | (Inherited from IWithStorageLocation) |
WithStoragePath(String) | (Inherited from IWithCreateAndStoragePath) |
WithTarget(String) | (Inherited from IWithTarget) |