EnableDisableOnResources 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.
Update administrative state on list of resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.EnableDisableOnResourcesTypeConverter))]
public class EnableDisableOnResources : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IEnableDisableOnResources
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.EnableDisableOnResourcesTypeConverter))>]
type EnableDisableOnResources = class
interface IEnableDisableOnResources
interface IJsonSerializable
Public Class EnableDisableOnResources
Implements IEnableDisableOnResources
- Inheritance
-
EnableDisableOnResources
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| EnableDisableOnResources() |
Creates an new EnableDisableOnResources instance. |
Properties
| Name | Description |
|---|---|
| ResourceId |
Network Fabrics or Network Rack resource Id. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnableDisableOnResources. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnableDisableOnResources. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IEnableDisableOnResources. |
| FromJsonString(String) |
Creates a new instance of EnableDisableOnResources, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnableDisableOnResources into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |