PolicyCollection Constructors
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.
Overloads
PolicyCollection() |
Initializes a new instance of the PolicyCollection class. |
PolicyCollection(IList<PolicyContract>, Nullable<Int64>, String) |
Initializes a new instance of the PolicyCollection class. |
PolicyCollection()
Initializes a new instance of the PolicyCollection class.
public PolicyCollection ();
Public Sub New ()
Applies to
PolicyCollection(IList<PolicyContract>, Nullable<Int64>, String)
Initializes a new instance of the PolicyCollection class.
public PolicyCollection (System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.PolicyContract> value = default, long? count = default, string nextLink = default);
new Microsoft.Azure.Management.ApiManagement.Models.PolicyCollection : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.PolicyContract> * Nullable<int64> * string -> Microsoft.Azure.Management.ApiManagement.Models.PolicyCollection
Public Sub New (Optional value As IList(Of PolicyContract) = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<PolicyContract>
Policy Contract value.
- nextLink
- String
Next page link if any.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET