GetAppServicePlansArgs Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlans.GetAppServicePlansArgs"]
Namespace: TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlans
public class GetAppServicePlansArgs : BaseAzureServicePipelineArgs<IterableDataSettings>
The GetAppServicePlansArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAppServicePlansArgs | Initializes a new instance of the GetAppServicePlansArgs class |
| Name | Description | |
|---|---|---|
| Aborted | (Inherited from PipelineArgs.) | |
| CustomData | (Inherited from PipelineArgs.) | |
| Data | Obsolete. (Inherited from PipelineArgs.) | |
| Handled | (Inherited from RequestPipelineArgs.) | |
| Message | (Inherited from PipelineArgs.) | |
| ProcessorItem | (Inherited from PipelineArgs.) | |
| Result |
Gets or sets the result
(Inherited from BaseAzureServicePipelineArgsTResult.) | |
| ResumeLastProcessor | (Inherited from PipelineArgs.) | |
| Suspended | (Inherited from PipelineArgs.) |
| Name | Description | |
|---|---|---|
| Abort | Obsolete. (Inherited from PipelineArgs.) | |
| AbortPipeline | (Inherited from PipelineArgs.) | |
| AddMessage(String) | (Inherited from PipelineArgs.) | |
| AddMessage(String, PipelineMessageType) | (Inherited from PipelineArgs.) | |
| DeserializeCustomData | (Inherited from PipelineArgs.) | |
| Dispose | (Inherited from PipelineArgs.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMessages | (Inherited from PipelineArgs.) | |
| GetMessages(PipelineMessageFilter) | (Inherited from PipelineArgs.) | |
| GetObjectData | (Inherited from PipelineArgs.) | |
| GetResult |
Gets the result object
(Inherited from BaseAzureServicePipelineArgsTResult.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize | (Inherited from PipelineArgs.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessorDone | (Inherited from PipelineArgs.) | |
| Resume | (Inherited from PipelineArgs.) | |
| SerializeCustomData | (Inherited from PipelineArgs.) | |
| Suspend | (Inherited from PipelineArgs.) | |
| Suspend(Boolean) | (Inherited from PipelineArgs.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetCustomData | (Inherited from PipelineArgs.) |
| Name | Description | |
|---|---|---|
| _aborted | (Inherited from PipelineArgs.) | |
| _customData | (Inherited from PipelineArgs.) | |
| _data | (Inherited from PipelineArgs.) | |
| _messages | (Inherited from PipelineArgs.) | |
| _processorItem | (Inherited from PipelineArgs.) | |
| _resumeLastProcessor | (Inherited from PipelineArgs.) | |
| _suspended | (Inherited from PipelineArgs.) |
| Name | Description | |
|---|---|---|
| IAzureServicePipelineArgsTResultGetResult |
Gets the result object
(Inherited from BaseAzureServicePipelineArgsTResult.) |