NginxIdentity Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxIdentityTypeConverter))]
public class NginxIdentity : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxIdentityTypeConverter))>]
type NginxIdentity = class
interface INginxIdentity
interface IJsonSerializable
Public Class NginxIdentity
Implements INginxIdentity
- Inheritance
-
NginxIdentity
- Attributes
- Implements
Constructors
NginxIdentity() |
Creates an new NginxIdentity instance. |
Properties
CertificateName |
The name of certificate |
ConfigurationName |
The name of configuration, only 'default' is supported value due to the singleton of NGINX conf |
DeploymentName |
The name of targeted NGINX deployment |
Id |
Resource identity path |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SubscriptionId |
The ID of the target subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NginxIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NginxIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxIdentity. |
FromJsonString(String) |
Creates a new instance of NginxIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NginxIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |