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

ArmHybridNetworkModelFactory.SitePropertiesFormat 方法

定义

初始化 SitePropertiesFormat 的新实例。

public static Azure.ResourceManager.HybridNetwork.Models.SitePropertiesFormat SitePropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.NFVIs> nfvis = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> siteNetworkServiceReferences = default);
static member SitePropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * seq<Azure.ResourceManager.HybridNetwork.Models.NFVIs> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> -> Azure.ResourceManager.HybridNetwork.Models.SitePropertiesFormat
Public Shared Function SitePropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional nfvis As IEnumerable(Of NFVIs) = Nothing, Optional siteNetworkServiceReferences As IEnumerable(Of WritableSubResource) = Nothing) As SitePropertiesFormat

参数

provisioningState
Nullable<ProvisioningState>

站点资源的预配状态。 TODO:确认是否需要此操作。

nfvis
IEnumerable<NFVIs>

NFVI 列表请注意 NFVIs 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 AzureArcK8SClusterNfviDetailsAzureCoreNfviDetailsAzureOperatorNexusClusterNfviDetails

siteNetworkServiceReferences
IEnumerable<WritableSubResource>

站点上的站点网络服务列表。

返回

用于模拟的新 SitePropertiesFormat 实例。

适用于