次の方法で共有


ResourceNamespacePatch Class

Definition

Definition of resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.ResourceNamespacePatchTypeConverter))]
public class ResourceNamespacePatch : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IResourceNamespacePatch, Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.ResourceNamespacePatchTypeConverter))>]
type ResourceNamespacePatch = class
    interface IResourceNamespacePatch
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ResourceNamespacePatch
Implements IResourceNamespacePatch, IValidates
Inheritance
ResourceNamespacePatch
Attributes
Implements

Constructors

ResourceNamespacePatch()

Creates an new ResourceNamespacePatch instance.

Properties

Id

Resource ID.

Name

Resource name.

Tag

Resource tags.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceNamespacePatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceNamespacePatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IResourceNamespacePatch.

FromJsonString(String)

Creates a new instance of ResourceNamespacePatch, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceNamespacePatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to