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

ServiceFabricApplicationResource.GetServiceFabricServices 方法

定义

获取 ServiceFabricApplication 中 ServiceFabricServiceResources 的集合。

public virtual Azure.ResourceManager.ServiceFabric.ServiceFabricServiceCollection GetServiceFabricServices();
abstract member GetServiceFabricServices : unit -> Azure.ResourceManager.ServiceFabric.ServiceFabricServiceCollection
override this.GetServiceFabricServices : unit -> Azure.ResourceManager.ServiceFabric.ServiceFabricServiceCollection
Public Overridable Function GetServiceFabricServices () As ServiceFabricServiceCollection

返回

一个 对象,表示 ServiceFabricServiceResources 集合及其在 ServiceFabricServiceResource 上的操作。

适用于