ServerlessRuntimeUserContextProperties 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.
Informatica Serverless Runtime User context properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeUserContextPropertiesTypeConverter))]
public class ServerlessRuntimeUserContextProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeUserContextProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeUserContextPropertiesTypeConverter))>]
type ServerlessRuntimeUserContextProperties = class
interface IServerlessRuntimeUserContextProperties
interface IJsonSerializable
Public Class ServerlessRuntimeUserContextProperties
Implements IServerlessRuntimeUserContextProperties
- Inheritance
-
ServerlessRuntimeUserContextProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ServerlessRuntimeUserContextProperties() |
Creates an new ServerlessRuntimeUserContextProperties instance. |
Properties
| Name | Description |
|---|---|
| UserContextToken |
User context token for OBO flow. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServerlessRuntimeUserContextProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerlessRuntimeUserContextProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeUserContextProperties. |
| FromJsonString(String) |
Creates a new instance of ServerlessRuntimeUserContextProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerlessRuntimeUserContextProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |