SecurityInsightsTemplateCollectionGetAllOptions Class
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.
The SecurityInsightsTemplateCollectionGetAllOptions.
public class SecurityInsightsTemplateCollectionGetAllOptions
type SecurityInsightsTemplateCollectionGetAllOptions = class
Public Class SecurityInsightsTemplateCollectionGetAllOptions
- Inheritance
-
SecurityInsightsTemplateCollectionGetAllOptions
Constructors
SecurityInsightsTemplateCollectionGetAllOptions() |
Initializes a new instance of SecurityInsightsTemplateCollectionGetAllOptions. |
Properties
Count |
Instructs the server to return only object count without actual body. Optional. |
Expand |
Expands the object with optional fiends that are not included by default. Optional. |
Filter |
Filters the results, based on a Boolean condition. Optional. |
OrderBy |
Sorts the results. Optional. |
Search |
Searches for a substring in the response. Optional. |
Skip |
Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left. |
SkipToken |
Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. |
Top |
Returns only the first n results. Optional. |
Applies to
Azure SDK for .NET