ApiManagementClient.NamedValueCreate Method
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.
public Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue NamedValueCreate (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string propertyId, bool secret, string propertyName = default, string propertyValue = default, System.Collections.Generic.IList<string> tags = default, Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity keyvault = default);
member this.NamedValueCreate : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string * bool * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity -> Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue
Public Function NamedValueCreate (context As PsApiManagementContext, propertyId As String, secret As Boolean, Optional propertyName As String = Nothing, Optional propertyValue As String = Nothing, Optional tags As IList(Of String) = Nothing, Optional keyvault As PsApiManagementKeyVaultEntity = Nothing) As PsApiManagementNamedValue
Parameters
- context
- PsApiManagementContext
- propertyId
- String
- secret
- Boolean
- propertyName
- String
- propertyValue
- String
- keyvault
- PsApiManagementKeyVaultEntity