ManagedResources 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 managed resources in customer subscription.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.ManagedResourcesTypeConverter))]
public class ManagedResources : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IManagedResources
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.ManagedResourcesTypeConverter))>]
type ManagedResources = class
interface IManagedResources
interface IJsonSerializable
Public Class ManagedResources
Implements IManagedResources
- Inheritance
-
ManagedResources
- Attributes
- Implements
Constructors
ManagedResources() |
Creates an new ManagedResources instance. |
Properties
EventHubNamespace |
Gets the managed event hub namespace resource identifier. |
ResourceGroup |
Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account. |
StorageAccount |
Gets the managed storage account resource identifier. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedResources. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedResources. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IManagedResources. |
FromJsonString(String) |
Creates a new instance of ManagedResources, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedResources into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |