LinkableEnvironmentContent 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.
public class LinkableEnvironmentContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dynatrace.Models.LinkableEnvironmentContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dynatrace.Models.LinkableEnvironmentContent>
public class LinkableEnvironmentContent
type LinkableEnvironmentContent = class
interface IJsonModel<LinkableEnvironmentContent>
interface IPersistableModel<LinkableEnvironmentContent>
type LinkableEnvironmentContent = class
Public Class LinkableEnvironmentContent
Implements IJsonModel(Of LinkableEnvironmentContent), IPersistableModel(Of LinkableEnvironmentContent)
Public Class LinkableEnvironmentContent
- Inheritance
-
LinkableEnvironmentContent
- Implements
Constructors
LinkableEnvironmentContent() |
Initializes a new instance of LinkableEnvironmentContent. |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LinkableEnvironmentContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LinkableEnvironmentContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LinkableEnvironmentContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LinkableEnvironmentContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LinkableEnvironmentContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET