ResourceNamespacePatch 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 Resource definition.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ResourceNamespacePatchTypeConverter))]
public class ResourceNamespacePatch : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IResourceNamespacePatch, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.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 |
Location |
Resource location |
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.ServiceBus.Models.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. |