NetworkMapping 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.
Network Mapping model. Ideally it should have been possible to inherit this class from prev version in InheritedModels as long as there is no difference in structure or method signature. Since there were no base Models for certain fields and methods viz NetworkMappingProperties and Load with required return type, the class has been introduced in its entirety with references to base models to facilitate extensions in subsequent versions.
public class NetworkMapping : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Resource
type NetworkMapping = class
inherit Resource
Public Class NetworkMapping
Inherits Resource
- Inheritance
Constructors
NetworkMapping() |
Initializes a new instance of the NetworkMapping class. |
NetworkMapping(String, String, String, String, NetworkMappingProperties) |
Initializes a new instance of the NetworkMapping class. |
Properties
Id |
Gets resource Id (Inherited from Resource) |
Location |
Gets or sets resource Location (Inherited from Resource) |
Name |
Gets resource Name (Inherited from Resource) |
Properties |
Gets or sets the Network Mapping Properties. |
Type |
Gets resource Type (Inherited from Resource) |