FabricAgentOperations interface
Interface representing a FabricAgent operations.
Properties
| create | Creates the fabric agent. |
| delete | |
| get | Gets the details of the fabric agent. |
| list | Gets the list of fabric agents in the given fabric. |
Property Details
create
Creates the fabric agent.
create: (resourceGroupName: string, fabricName: string, fabricAgentName: string, resource: FabricAgentModel, options?: FabricAgentCreateOptionalParams) => PollerLike<OperationState<FabricAgentModel>, FabricAgentModel>
Property Value
(resourceGroupName: string, fabricName: string, fabricAgentName: string, resource: FabricAgentModel, options?: FabricAgentCreateOptionalParams) => PollerLike<OperationState<FabricAgentModel>, FabricAgentModel>
delete
delete: (resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: FabricAgentDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: FabricAgentDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the details of the fabric agent.
get: (resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: FabricAgentGetOptionalParams) => Promise<FabricAgentModel>
Property Value
(resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: FabricAgentGetOptionalParams) => Promise<FabricAgentModel>
list
Gets the list of fabric agents in the given fabric.
list: (resourceGroupName: string, fabricName: string, options?: FabricAgentListOptionalParams) => PagedAsyncIterableIterator<FabricAgentModel, FabricAgentModel[], PageSettings>
Property Value
(resourceGroupName: string, fabricName: string, options?: FabricAgentListOptionalParams) => PagedAsyncIterableIterator<FabricAgentModel, FabricAgentModel[], PageSettings>