你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkMapping Class

Definition

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
NetworkMapping

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)

Applies to