TermsOfServiceProperties 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
TermsOfServiceProperties() |
Initializes a new instance of the TermsOfServiceProperties class. |
TermsOfServiceProperties(String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the TermsOfServiceProperties class. |
TermsOfServiceProperties()
Initializes a new instance of the TermsOfServiceProperties class.
public TermsOfServiceProperties ();
Public Sub New ()
Applies to
TermsOfServiceProperties(String, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the TermsOfServiceProperties class.
public TermsOfServiceProperties (string text = default, bool? enabled = default, bool? consentRequired = default);
new Microsoft.Azure.Management.ApiManagement.Models.TermsOfServiceProperties : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.ApiManagement.Models.TermsOfServiceProperties
Public Sub New (Optional text As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional consentRequired As Nullable(Of Boolean) = Nothing)
Parameters
- text
- String
A terms of service text.