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