LinkableEnvironmentRequest 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.
Request for getting all the linkable environments for a user
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.LinkableEnvironmentRequestTypeConverter))]
public class LinkableEnvironmentRequest : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ILinkableEnvironmentRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.LinkableEnvironmentRequestTypeConverter))>]
type LinkableEnvironmentRequest = class
interface ILinkableEnvironmentRequest
interface IJsonSerializable
Public Class LinkableEnvironmentRequest
Implements ILinkableEnvironmentRequest
- Inheritance
-
LinkableEnvironmentRequest
- Attributes
- Implements
Constructors
LinkableEnvironmentRequest() |
Creates an new LinkableEnvironmentRequest instance. |
Properties
Region |
Azure region in which we want to link the environment |
TenantId |
Tenant Id of the user in which they want to link the environment |
UserPrincipal |
user principal id of the user |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LinkableEnvironmentRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LinkableEnvironmentRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ILinkableEnvironmentRequest. |
FromJsonString(String) |
Creates a new instance of LinkableEnvironmentRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LinkableEnvironmentRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |