コード例 #1
0
 private IPage <ResourceModel> ListResourceModel()
 {
     return(AlertsOperationsExtensions.ListByDataBoxEdgeDevice(
                this._dataBoxManagementClient.Alerts,
                this.DeviceName,
                this.ResourceGroupName));
 }