AccessInformationCreateParameters 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
AccessInformationCreateParameters() |
Initializes a new instance of the AccessInformationCreateParameters class. |
AccessInformationCreateParameters(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the AccessInformationCreateParameters class. |
AccessInformationCreateParameters()
Initializes a new instance of the AccessInformationCreateParameters class.
public AccessInformationCreateParameters ();
Public Sub New ()
Applies to
AccessInformationCreateParameters(String, String, String, Nullable<Boolean>)
Initializes a new instance of the AccessInformationCreateParameters class.
public AccessInformationCreateParameters (string principalId = default, string primaryKey = default, string secondaryKey = default, bool? enabled = default);
new Microsoft.Azure.Management.ApiManagement.Models.AccessInformationCreateParameters : string * string * string * Nullable<bool> -> Microsoft.Azure.Management.ApiManagement.Models.AccessInformationCreateParameters
Public Sub New (Optional principalId As String = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parameters
- principalId
- String
Principal (User) Identifier.
- primaryKey
- String
Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
- secondaryKey
- String
Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.