RestApiPollerRequestPagingKind Struct
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.
Type of paging.
public readonly struct RestApiPollerRequestPagingKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.RestApiPollerRequestPagingKind>
type RestApiPollerRequestPagingKind = struct
Public Structure RestApiPollerRequestPagingKind
Implements IEquatable(Of RestApiPollerRequestPagingKind)
- Inheritance
-
RestApiPollerRequestPagingKind
- Implements
Constructors
RestApiPollerRequestPagingKind(String) |
Initializes a new instance of RestApiPollerRequestPagingKind. |
Properties
CountBasedPaging |
CountBasedPaging. |
LinkHeader |
LinkHeader. |
NextPageToken |
NextPageToken. |
NextPageUrl |
NextPageUrl. |
Offset |
Offset. |
PersistentLinkHeader |
PersistentLinkHeader. |
PersistentToken |
PersistentToken. |
Methods
Equals(RestApiPollerRequestPagingKind) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RestApiPollerRequestPagingKind, RestApiPollerRequestPagingKind) |
Determines if two RestApiPollerRequestPagingKind values are the same. |
Implicit(String to RestApiPollerRequestPagingKind) |
Converts a string to a RestApiPollerRequestPagingKind. |
Inequality(RestApiPollerRequestPagingKind, RestApiPollerRequestPagingKind) |
Determines if two RestApiPollerRequestPagingKind values are not the same. |
Applies to
Azure SDK for .NET